From 2fe22a5f0899121eede011f2620561c0031cb520 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 18 Feb 1999 02:39:47 +0000 Subject: Add new compiler specific scripts for running tests. --- tests/ccl.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/ccl.bat (limited to 'tests/ccl.bat') 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 -- cgit v1.2.3