User:Lucas Brooks/Researches/Windows 1.0 DR5 Build Tools

To develop applications for DR5, you need:


Install DOS to C:\DOS and Windows to the default location, MASM and MSC executables to C:\WINDOWS\BIN and libraries/include files to C:\LIB. Set up the environment using the following AUTOEXEC.BAT and CONFIG.SYS:

echo off
prompt $p$g
set lib=C:\LIB
set include=C:\LIB
set tmp=C:\TEMP
set temp=C:\TEMP
path C:\WINDOWS\BIN;C:\WINDOWS\TEST;C:\LIB;C:\DOS
cd C:\WINDOWS\TEST
FILES=50
BUFFERS=50

Microsoft C Compiler 3.0[edit | edit source]

The October 1984 pre-release of Microsoft C Compiler 3.0 is not available, you must use a modified version of the final release. You may download it here.