]> 4ch.mooo.com Git - 16.git/blobdiff - 16/PCX_LIB/PCX_LIB.BAT
new file: 16/PCX_LIB.ZIP
[16.git] / 16 / PCX_LIB / PCX_LIB.BAT
diff --git a/16/PCX_LIB/PCX_LIB.BAT b/16/PCX_LIB/PCX_LIB.BAT
new file mode 100644 (file)
index 0000000..8c6dec6
--- /dev/null
@@ -0,0 +1,13 @@
+ECHO OFF\r
+REM     Batch File To Compile PCX_LIB Demonstration Programs\r
+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
+ECHO Now linking PCX_EXAM ...\r
+link pcx_exam;\r
+ECHO Now linking RD_DEMO ...\r
+link rd_demo pcx_disp pcx_comm;\r
+ECHO Now linking WR_DEMO ...\r
+link wr_demo pcx_disp pcx_file pcx_comm;\r
+\r