Update of /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22720
Modified Files:
project.pbxproj
Log Message:
Build using 10.4u SDK.
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj/project.pbxproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** project.pbxproj 27 Apr 2006 18:48:56 -0000 1.9
--- project.pbxproj 24 May 2006 03:36:58 -0000 1.10
***************
*** 4557,4564 ****
);
inputPaths = (
! $SRCROOT/include/AR/gsub_lite.h,
);
outputPaths = (
! $SRCROOT/doc/gsub_lite/CompositePage.html,
);
runOnlyForDeploymentPostprocessing = 0;
--- 4557,4564 ----
);
inputPaths = (
! "$(SRCROOT)/include/AR/gsub_lite.h",
);
outputPaths = (
! "$(SRCROOT)/doc/gsub_lite/CompositePage.html",
);
runOnlyForDeploymentPostprocessing = 0;
***************
*** 4577,4581 ****
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/csh;
! shellScript = "#!/bin/csh\nif (-X doxygen) then\ncd \"${SRCROOT}/doc\"\nmv header.html header.html.tmp\nmv footer.html footer.html.tmp\nrm -f *.html doxygen.css\nmv header.html.tmp header.html\nmv footer.html.tmp footer.html\ndoxygen doxygen_config.dox\nsed -E -i \".bak\" 's/gsub__lite_8h\\.html(#[^\\\"]*)?/gsub_lite\\/index\\.html/' *.html\nrm -f *.bak gsub__lite_8h.html\nrm -f doxygen.png\nendif\n";
};
/* End PBXShellScriptBuildPhase section */
--- 4577,4581 ----
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/csh;
! shellScript = "#!/bin/csh\nif (-x /sw/bin/doxygen) then\ncd \"${SRCROOT}/doc\"\nmv header.html header.html.tmp\nmv footer.html footer.html.tmp\nrm -f *.html doxygen.css\nmv header.html.tmp header.html\nmv footer.html.tmp footer.html\n/sw/bin/doxygen doxygen_config.dox\nsed -E -i \".bak\" 's/gsub__lite_8h\\.html(#[^\\\"]*)?/gsub_lite\\/index\\.html/' *.html\nrm -f *.bak gsub__lite_8h.html\nrm -f doxygen.png\nendif\n";
};
/* End PBXShellScriptBuildPhase section */
***************
*** 6065,6070 ****
--- 6065,6072 ----
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
+ GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
WARNING_CFLAGS = "-Wmost";
ZERO_LINK = NO;
***************
*** 6080,6083 ****
--- 6082,6086 ----
GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO;
GCC_WARN_UNKNOWN_PRAGMAS = NO;
+ SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
WARNING_CFLAGS = "-Wmost";
};
|