home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 3.ddi / EXAMPLES / GDEMO / GDEMOMSC.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-02-09  |  230 b   |  8 lines

  1. @echo off
  2. rem Build GDEMO.EXE with Microsoft 32-bit C/C++
  3.  
  4. command/e:1024/c mscc.bat gdemo
  5. command/e:1024/c mscc.bat gglue
  6. command/e:1024/c pharasm.bat prot
  7. command/e:1024/c msclnk.bat gdemo gdemo gglue prot -maxreal FFFFh
  8.