[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sc-dev] SF.net SVN: supercollider:[9621] trunk/Language.xcodeproj/project.pbxproj
Revision: 9621
http://supercollider.svn.sourceforge.net/supercollider/?rev=9621&view=rev
Author: danstowell
Date: 2009-12-16 09:57:47 +0000 (Wed, 16 Dec 2009)
Log Message:
-----------
NDEBUG option wasn't being passed in, now fixed
Modified Paths:
--------------
trunk/Language.xcodeproj/project.pbxproj
Modified: trunk/Language.xcodeproj/project.pbxproj
===================================================================
--- trunk/Language.xcodeproj/project.pbxproj 2009-12-16 09:02:44 UTC (rev 9620)
+++ trunk/Language.xcodeproj/project.pbxproj 2009-12-16 09:57:47 UTC (rev 9621)
@@ -693,7 +693,7 @@
9493180C0C192C120018AB50 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/MyDocument.nib; sourceTree = "<group>"; };
9493180E0C192C120018AB50 /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = English.lproj/SCGraphView.nib; sourceTree = "<group>"; };
9493180F0C192C120018AB50 /* GoToLinePanel.nib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; path = GoToLinePanel.nib; sourceTree = "<group>"; };
- 949318100C192C120018AB50 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
+ 949318100C192C120018AB50 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
949318110C192C120018AB50 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/FindPanel.nib; sourceTree = "<group>"; };
949318120C192C120018AB50 /* Japanese */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = Japanese; path = Japanese.lproj/FindPanel.strings; sourceTree = "<group>"; };
949318130C192C120018AB50 /* Japanese */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = Japanese; path = Japanese.lproj/GetStringDlg.nib; sourceTree = "<group>"; };
@@ -2016,6 +2016,7 @@
OTHER_CFLAGS = (
"-DSC_DARWIN",
"-Wstrict-aliasing",
+ "-DNDEBUG",
);
OTHER_LDFLAGS = (
"-framework",
@@ -2087,7 +2088,10 @@
LIBRARY_SEARCH_PATHS_QUOTED_2 = "\"$(SRCROOT)/build\"";
LIBRARY_SEARCH_PATHS_QUOTED_3 = "\"$(SRCROOT)/libsndfile\"";
LIBRARY_SEARCH_PATHS_QUOTED_FOR_TARGET_1 = "\"$(SRCROOT)/libsndfile\"";
- OTHER_CFLAGS = "-DSC_DARWIN";
+ OTHER_CFLAGS = (
+ "-DSC_DARWIN",
+ "-DNDEBUG",
+ );
PRODUCT_NAME = sclang;
SDKROOT = "";
};
@@ -2166,6 +2170,7 @@
OTHER_CFLAGS = (
"-DSC_DARWIN",
"-Wstrict-aliasing",
+ "-DNDEBUG",
);
OTHER_LDFLAGS = (
"-framework",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
_______________________________________________
sc-dev mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-dev/
search: https://listarc.bham.ac.uk/lists/sc-dev/search/