blob: 8c8c7e8b76bbfcf2dbd92d3c734a87d28bd99be7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
-------------------------------------------------------------------------------
RSXWDK - building 32bit Windows apps with GNU-C/C++ for MS-Windows 3.1 Jan 95
-------------------------------------------------------------------------------
Vendor Information:
There are two Zip files
RSXWDK2b.ZIP: rsxwdk binaries, libraries, include and help files
RSXWDK2s.ZIP: rsxwdk library source files
Possible directories:
emx-0.9a contrib dircetory
djgpp contrib directory
\win3\programr
-------------------------------------------------------------------------------
RSXWDK Copyright (c) by Rainer Schnitker 1994,1995
For more information extract "\rsxwdk\doc\rsxwdk.hlp" in rsxwdk2b.zip
email to:
rainer@mathematik.uni-bielefeld.de
-------------------------------------------------------------------------------
The RSX Window Development Kit (release 2) contains:
RSXW32.EXE (Windows Extender) to run 32bit GNU-C Windows 3.1 programs
Include files for GNU-C to use 16-bit headers
32-bit Windows libraries for the EMX compiler
32-bit Windows libraries for the DJGPP compiler
Software Requirements:
- MS-Windows 3.1
- RC.EXE, the resource compiler
- Windows.h (SDK 3.1) from a 16bit Compiler
- GNU-C compiler
a) EMX 0.8-0.9
b) DJGPP 1.11-1.12 (coff format)
|