home *** CD-ROM | disk | FTP | other *** search
- REM SAMPLE BATCH file for making CKITDEMO using TURBOC
- REM Assuming your path are set to your compiler exe and lib files
- REM such as:
- REM PATH=C:\TC\BIN;C:\TC;
- REM INCLUDE=C:\TC\INCLUDE
- REM LIB=C:\TC\LIB
- REM Need to define which compiler for CKITDEMO to compile correctly
- REM COMPILER = TURBOC
- 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 in ckitdemo.mak)
-
- make -fckitdemo.mak
-