Updated Xcode project : DEBUG was not defined (not I understand why cheat F-keys wouldn't work, duh...)

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4863 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-02-26 20:09:51 +00:00
parent a6430189f5
commit 7ff75dee45

View File

@ -2624,7 +2624,10 @@
INFOPLIST_FILE = "SuperTuxKart-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_CFLAGS = "$(inherited)";
OTHER_CFLAGS = (
"$(inherited)",
"-DDEBUG=1",
);
OTHER_CFLAGS_QUOTED_FOR_TARGET_1 = "-DPACKAGE=\"\\\"supertuxkart\\\"\"";
OTHER_LDFLAGS = "$(inherited)";
PREBINDING = NO;