summaryrefslogtreecommitdiff
path: root/tests/ccl.bat
diff options
context:
space:
mode:
authorrpj <rpj>2000-08-17 14:50:43 +0000
committerrpj <rpj>2000-08-17 14:50:43 +0000
commit88de1621e4371cd118e1a98c9c08ff23c46e6899 (patch)
treed102b28d3c79254798c0214613b547ef95c380f2 /tests/ccl.bat
parent2ca5c368816d1e48955505e5ecb52a09e3fbe62a (diff)
Removed obsolete files.
Diffstat (limited to 'tests/ccl.bat')
-rw-r--r--tests/ccl.bat9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/ccl.bat b/tests/ccl.bat
deleted file mode 100644
index 0c42f3d..0000000
--- a/tests/ccl.bat
+++ /dev/null
@@ -1,9 +0,0 @@
-REM Generate preprocessor output
-REM cl /E /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c ..\%1.c > ..\%1.e
-
-REM Generate object file
-cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c ..\%1.c
-
-REM Generate executable
-cl /nologo /Feaout.exe /Zi %1.obj .\pthread.lib
-del %1.obj > nul: