]> 4ch.mooo.com Git - 16.git/blobdiff - 16/PCX_LIB/PCX_LIB.BAT
corepal variable added and i need to find out how to get the joystick input correct...
[16.git] / 16 / PCX_LIB / PCX_LIB.BAT
old mode 100644 (file)
new mode 100755 (executable)
index 8c6dec6..4192ffe
@@ -3,11 +3,11 @@ REM     Batch File To Compile PCX_LIB Demonstration Programs
 REM     Compiler:  Microsoft C V6.0\r
 ECHO byHeart Software's PCX_LIB Demonstration Programs\r
 ECHO Now compiling source code files ...\r
-cl /c /W4 pcx_comm.c pcx_disp.c pcx_exam.c pcx_file.c rd_demo.c wr_demo.c\r
+wcl /c /W4 pcx_comm.c pcx_disp.c pcx_exam.c pcx_file.c rd_demo.c wr_demo.c\r
 ECHO Now linking PCX_EXAM ...\r
-link pcx_exam;\r
+wlink pcx_exam;\r
 ECHO Now linking RD_DEMO ...\r
-link rd_demo pcx_disp pcx_comm;\r
+wlink rd_demo pcx_disp pcx_comm;\r
 ECHO Now linking WR_DEMO ...\r
-link wr_demo pcx_disp pcx_file pcx_comm;\r
+wlink wr_demo pcx_disp pcx_file pcx_comm;\r
 \r