Skip to content

Commit

Permalink
Set a default language.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 29, 2002
1 parent d701627 commit a4f8598
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makeos2.cmd
Expand Up @@ -5,8 +5,9 @@ rem
rem This script (and, indeed, our OS/2 support) could use some tweaking.
rem Patches go to icculus@clutteredmind.org ...

set PHYSFSLANG=PHYSFS_LANG_ENGLISH
set DEBUGFLAGS=-D_NDEBUG -O2 -s
set CFLAGS=%DEBUGFLAGS% -Wall -Werror -Zomf -Zmt -Zmtd -I. -Izlib114 -c -D__ST_MT_ERRNO__ -DOS2 -DPHYSFS_SUPPORTS_ZIP -DPHYSFS_SUPPORTS_GRP
set CFLAGS=%DEBUGFLAGS% -Wall -Werror -Zomf -Zmt -Zmtd -I. -Izlib114 -c -D__ST_MT_ERRNO__ -DOS2 -DPHYSFS_SUPPORTS_ZIP -DPHYSFS_SUPPORTS_GRP -DPHYSFS_LANG=%PHYSFSLANG%

@echo on
mkdir bin
Expand Down

0 comments on commit a4f8598

Please sign in to comment.