From 02b3ce83d309eccbeba16ce0db55ed09b2318e2f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 28 Jul 2002 04:01:02 +0000 Subject: [PATCH] Updated build stuff. Generates optimized DLL, now. --- makeos2.cmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/makeos2.cmd b/makeos2.cmd index 26e3b644..79ddbf8b 100644 --- a/makeos2.cmd +++ b/makeos2.cmd @@ -6,10 +6,8 @@ rem This script (and, indeed, our OS/2 support) could use some tweaking. rem Patches go to icculus@clutteredmind.org ... set DEBUGFLAGS=-D_NDEBUG -O2 -s -rem set DEBUGFLAGS=-DDEBUG -g set CFLAGS=%DEBUGFLAGS% -Wall -Werror -Zomf -Zmt -Zmtd -I. -Izlib114 -c -D__ST_MT_ERRNO__ -DOS2 -DPHYSFS_SUPPORTS_ZIP -DPHYSFS_SUPPORTS_GRP - @echo on mkdir bin erase /N bin\*.* @@ -128,4 +126,3 @@ gcc %DEBUGFLAGS% -Zdll -Zcrtdll -Zomf -Zmt -Zmtd -o bin/physfs.dll bin/*.obj bin gcc %CFLAGS% -o bin/test_physfs.obj test/test_physfs.c gcc %DEBUGFLAGS% -Zomf -Zcrtdll -Zmt -Zmtd -o bin/test_physfs.exe bin/test_physfs.obj bin/physfs.lib bin/test_physfs.def -