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

  1. @echo off
  2. rem Build real mode program GSERVER.DRV with Microsoft C/C++ 7.0 compiler.
  3. rem You must have the 7.0 C compiler on your path, and you must have
  4. rem the INCLUDE and LIB environment variables set up for the C 7.0 compiler
  5.  
  6. cl /AL /I$(MSC_INC) /c gserver.c
  7. command/e:1024/c pharasm.bat real
  8. link gserver+real,gserver.drv,NUL,+graphics.lib;
  9.