home *** CD-ROM | disk | FTP | other *** search
- @echo off
-
- rem Compile the source module.
- cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. fssql_d.c
-
- rem Link the obj's and libraries.
- link @demo.lnk
-
- rem Convert the real mode executable to a protected mode executable.
- makepm -Q demo.exe
-
- rem Combine the executable with Rational's loader the necessary packages.
- splice -Q demo.exe int10.exp mouse33.exp emineti.exp demo.exp loader.exe
-