summaryrefslogtreecommitdiff
path: root/v4.0/src/RUNME.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/RUNME.BAT')
-rw-r--r--v4.0/src/RUNME.BAT38
1 files changed, 38 insertions, 0 deletions
diff --git a/v4.0/src/RUNME.BAT b/v4.0/src/RUNME.BAT
new file mode 100644
index 0000000..3cfdca7
--- /dev/null
+++ b/v4.0/src/RUNME.BAT
@@ -0,0 +1,38 @@
1echo off
2cls
3echo **********************************************************************
4echo * *
5echo * MS-DOS 4.00 Build Notes *
6echo * *
7echo * The following steps must be taken to ensure a proper and *
8echo * complete build of the MS-DOS 4.00 sources. *
9echo * *
10echo * 1.) Build environment setup, the setenv.bat batch file provided *
11echo * will automate this process. This batch file must be modified *
12echo * to reflect the individual build environment, ie the drive *
13echo * volume and path. *
14echo * *
15echo * 2.) The nmake utility is used to build the MS-DOS 4.00 sources. *
16echo * the global build is started by invoking nmake at the top- *
17echo * most directory level. Individual modules are built by *
18echo * changing to the particular directory and running nmake. *
19echo * Useful Nmake switches: *
20echo * *
21echo * NMAKE -I : Ignore build errors. *
22echo * NMAKE -I -X - Redirect to FILENAME : Redirects stdout-stderr *
23echo * *
24echo * 3.) After the build is complete the cpy.bat batch file can be *
25echo * used to gather the binaries. The cpy.bat file will copy the *
26echo * binaries to the directory specified on the command line. *
27echo * For example: *
28echo * *
29echo * To use cpy.bat to copy the binaries to the bin directory on *
30echo * C: drive you would use the following command: *
31echo * *
32echo * cpy c:\bin *
33echo * *
34echo * *
35echo **********************************************************************
36echo on
37
38