home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem Build real mode program GSERVER.DRV with Microsoft C/C++ 7.0 compiler.
- rem You must have the 7.0 C compiler on your path, and you must have
- rem the INCLUDE and LIB environment variables set up for the C 7.0 compiler
-
- cl /AL /I$(MSC_INC) /c gserver.c
- command/e:1024/c pharasm.bat real
- link gserver+real,gserver.drv,NUL,+graphics.lib;
-