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:
parent
dcd4d4cfbb
commit
b5035cc813
@ -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 = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user