diff options
author | rpj <rpj> | 1999-02-18 02:39:47 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-02-18 02:39:47 +0000 |
commit | 2fe22a5f0899121eede011f2620561c0031cb520 (patch) | |
tree | f7dc9f77757f61da042a81abb3b4a45dee0fbfd6 /tests/ccl.bat | |
parent | b47991f6985f37396bdea6611f464ea7701b012a (diff) |
Add new compiler specific scripts for running tests.
Diffstat (limited to 'tests/ccl.bat')
-rw-r--r-- | tests/ccl.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ccl.bat b/tests/ccl.bat new file mode 100644 index 0000000..1f45e33 --- /dev/null +++ b/tests/ccl.bat @@ -0,0 +1,3 @@ +cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c ..\%1.c +cl /Feaout.exe /Zi %1.obj .\pthread.lib +del %1.obj |