From a4f8598bef37eb9b519ccff88065940d5f4af74b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 29 Jul 2002 20:59:43 +0000 Subject: [PATCH] Set a default language. --- makeos2.cmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makeos2.cmd b/makeos2.cmd index 79ddbf8b..1b683f3f 100644 --- a/makeos2.cmd +++ b/makeos2.cmd @@ -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