home *** CD-ROM | disk | FTP | other *** search
- REM SAMPLE BATCH file for making CKITDEMO using MSC
- REM Assuming your path are set to your compiler exe and lib files
- REM such as:
- REM PATH=C:\MSC\BIN;C:\MSC;
- REM INCLUDE=C:\MSC\INCLUDE
- REM LIB=C:\MSC\LIB
- REM Need to define which compiler for CKITDEMO to compile correctly
- REM COMPILER = MICROSOFT
- REM This is only necassary when compiling the CKITDEMO.C program
- REM since it was designed to be compiled with MSC or TURBO C.
- REM (the -DCOMPILER switch)
-
- cl /c /Gs /Ote -DCOMPILER=MICROSOFT ckitdemo.c
- LINK ckitdemo, ckitdemo.exe,,ckit_ms.lib;
-