Update of /cvsroot/tclresource/Source/tclResource.pbproj
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv482/tclResource.pbproj
Modified Files:
project.pbxproj
Log Message:
* Improvements to TEA buildsystem, update to TEA 3.6.
* Allow building against CoreServices only (instead of full Carbon).
* Fix warnings from gcc.
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/tclresource/Source/tclResource.pbproj/project.pbxproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- project.pbxproj 7 Sep 2004 12:01:10 -0000 1.3
+++ project.pbxproj 23 Aug 2007 11:04:57 -0000 1.4
@@ -162,7 +162,7 @@
LIBRARY_SEARCH_PATHS = /Library/Frameworks/Tcl.framework;
LIBRARY_STYLE = DYNAMIC;
OPTIMIZATION_CFLAGS = "-O0";
- OTHER_CFLAGS = "";
+ OTHER_CFLAGS = "-DTCLRESOURCE_USE_FRAMEWORK_INCLUDES";
OTHER_LDFLAGS = "-ltclstub8.4";
OTHER_LIBTOOL_FLAGS = "";
OTHER_REZFLAGS = "";
|