updated xcode project to support i18n

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@2649 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2008-12-13 02:21:08 +00:00
parent dcd4d4cfbb
commit b5035cc813

View File

@ -3108,7 +3108,10 @@
"-DHAS_INET_PTON=1",
"-DHAS_INET_NTOP=1",
"-DHAS_MSGHDR_FLAGS=1",
"-DHAS_GETTEXT=1",
"$(OTHER_CFLAGS_QUOTED_FOR_TARGET_1)",
);
OTHER_CFLAGS_QUOTED_FOR_TARGET_1 = "-DPACKAGE=\"\\\"supertuxkart\\\"\"";
OTHER_LDFLAGS = (
"-L/usr/local/lib",
"-lSDL",
@ -3125,6 +3128,7 @@
"-lplibsg",
"-lplibul",
"-lplibssgaux",
"-lintl",
);
PRODUCT_NAME = SuperTuxKart;
SDKROOT = "";