|
From: Andre R. <and...@us...> - 2006-02-08 19:13:56
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30611/build_XCode/Frontier.xcode Modified Files: project.pbxproj Log Message: Moved more strings from about.c, shell.r, winland.rc into versions.h, so it gets easier to keep these updated for different variants of the kernel. Also reorganized how the Xcode build extracts the version info from versions.h. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** project.pbxproj 6 Feb 2006 16:10:13 -0000 1.23 --- project.pbxproj 8 Feb 2006 19:13:44 -0000 1.24 *************** *** 3484,3487 **** --- 3484,3488 ---- inputPaths = ( "${SRCROOT}/../Common/headers/versions.h\n\"${SRCROOT}/../Common/headers/versions.h\"\n", + "${SRCROOT}/tools/postlinking.sh", ); isa = PBXShellScriptBuildPhase; *************** *** 3491,3495 **** runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = ". ${SRCROOT}/postlinking.sh\n"; }; 65059B4E09968C1400410571 = { --- 3492,3496 ---- runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = ". ${SRCROOT}/tools/postlinking.sh\n"; }; 65059B4E09968C1400410571 = { *************** *** 12263,12266 **** --- 12264,12268 ---- inputPaths = ( "${SRCROOT}/../Common/headers/versions.h\n\"${SRCROOT}/../Common/headers/versions.h\"\n", + "${SRCROOT}/tools/postlinking.sh", ); isa = PBXShellScriptBuildPhase; *************** *** 12270,12274 **** runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = ". ${SRCROOT}/postlinking.sh\n"; }; DEA58AB307435A9500BAB271 = { --- 12272,12276 ---- runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; ! shellScript = ". ${SRCROOT}/tools/postlinking.sh\n"; }; DEA58AB307435A9500BAB271 = { |