home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a063 / 6.img / SAMPLE / APTFORMS / MAKEDEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-22  |  408 b   |  14 lines

  1. @echo off
  2.  
  3. rem Compile the source module.
  4. cl /c /AL /Gs /w /DAPTLIB /DDBMSDOS /I..\..\include /I. fssql_d.c
  5.  
  6. rem Link the obj's and libraries.
  7. link @demo.lnk
  8.  
  9. rem Convert the real mode executable to a protected mode executable.
  10. makepm -Q demo.exe
  11.  
  12. rem Combine the executable with Rational's loader the necessary packages.
  13. splice -Q demo.exe int10.exp mouse33.exp emineti.exp demo.exp loader.exe
  14.