summaryrefslogtreecommitdiff
path: root/tests/ccl.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ccl.bat')
-rw-r--r--tests/ccl.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccl.bat b/tests/ccl.bat
index d80ea03..0c42f3d 100644
--- a/tests/ccl.bat
+++ b/tests/ccl.bat
@@ -5,5 +5,5 @@ REM Generate object file
cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c ..\%1.c
REM Generate executable
-cl /Feaout.exe /Zi %1.obj .\pthread.lib
+cl /nologo /Feaout.exe /Zi %1.obj .\pthread.lib
del %1.obj > nul: