3 echo **********************************************************************
5 echo * MS-DOS 4.00 Build Notes *
7 echo * The following steps must be taken to ensure a proper and *
8 echo * complete build of the MS-DOS 4.00 sources. *
10 echo * 1.) Build environment setup, the setenv.bat batch file provided *
11 echo * will automate this process. This batch file must be modified *
12 echo * to reflect the individual build environment, ie the drive *
13 echo * volume and path. *
15 echo * 2.) The nmake utility is used to build the MS-DOS 4.00 sources. *
16 echo * the global build is started by invoking nmake at the top- *
17 echo * most directory level. Individual modules are built by *
18 echo * changing to the particular directory and running nmake. *
19 echo * Useful Nmake switches: *
21 echo * NMAKE -I : Ignore build errors. *
22 echo * NMAKE -I -X - Redirect to FILENAME : Redirects stdout-stderr *
24 echo * 3.) After the build is complete the cpy.bat batch file can be *
25 echo * used to gather the binaries. The cpy.bat file will copy the *
26 echo * binaries to the directory specified on the command line. *
29 echo * To use cpy.bat to copy the binaries to the bin directory on *
30 echo * C: drive you would use the following command: *
35 echo **********************************************************************