]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/RUNME.BAT

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / RUNME.BAT
1 echo off
2 cls
3 echo **********************************************************************
4 echo * *
5 echo * MS-DOS 4.00 Build Notes *
6 echo * *
7 echo * The following steps must be taken to ensure a proper and *
8 echo * complete build of the MS-DOS 4.00 sources. *
9 echo * *
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. *
14 echo * *
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: *
20 echo * *
21 echo * NMAKE -I : Ignore build errors. *
22 echo * NMAKE -I -X - Redirect to FILENAME : Redirects stdout-stderr *
23 echo * *
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. *
27 echo * For example: *
28 echo * *
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: *
31 echo * *
32 echo * cpy c:\bin *
33 echo * *
34 echo * *
35 echo **********************************************************************
36 echo on\1a
37
38