Skip to content

Commit

Permalink
Updated build stuff. Generates optimized DLL, now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 28, 2002
1 parent 0a0d9ad commit 02b3ce8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions makeos2.cmd
Expand Up @@ -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\*.*
Expand Down Expand Up @@ -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


0 comments on commit 02b3ce8

Please sign in to comment.