summaryrefslogtreecommitdiff
path: root/build.bat
blob: 3eb953fcb917a85c604ca4423324eeeffc48213a (plain)
1
2
3
4
del aout.exe
del %1.obj
cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c %1.c
cl /Feaout.exe /Zi %1.obj pthread.lib