home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Compile the source modules.
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. adisc.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. clcst.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. clrfd.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. dscin.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. errhndlr.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. gthdr.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. inval.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. msghndlr.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. print.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. rgdsc.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. se_main.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. strin.c
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. titin.c
-
- rem Link the obj's and libraries.
- link @sales.lnk
-
- rem Convert the real mode executable to a protected mode executable.
- makepm -Q sales.exe
-
- rem Combine the executable with Rational's loader the necessary packages.
- splice -Q sales.exe int10.exp mouse33.exp emineti.exp sales.exp loader.exe
-