diff options
author | rpj <rpj> | 2000-08-17 14:50:43 +0000 |
---|---|---|
committer | rpj <rpj> | 2000-08-17 14:50:43 +0000 |
commit | 88de1621e4371cd118e1a98c9c08ff23c46e6899 (patch) | |
tree | d102b28d3c79254798c0214613b547ef95c380f2 /build.bat | |
parent | 2ca5c368816d1e48955505e5ecb52a09e3fbe62a (diff) |
Removed obsolete files.
Diffstat (limited to 'build.bat')
-rw-r--r-- | build.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build.bat b/build.bat deleted file mode 100644 index 3eb953f..0000000 --- a/build.bat +++ /dev/null @@ -1,4 +0,0 @@ -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 |