Revision: 553 http://trac.macosforge.org/projects/darwinbuild/changeset/553 Author: wsiegrist@apple.com Date: 2009-09-04 14:55:18 -0700 (Fri, 04 Sep 2009) Log Message: ----------- Copy Xcode support files from the MacOSX platform when creating our platform. Modified Paths: -------------- trunk/darwinbuild/installXcode32.in Modified: trunk/darwinbuild/installXcode32.in =================================================================== --- trunk/darwinbuild/installXcode32.in 2009-09-04 02:33:07 UTC (rev 552) +++ trunk/darwinbuild/installXcode32.in 2009-09-04 21:55:18 UTC (rev 553) @@ -15,7 +15,11 @@ echo "Installing Platform/SDK $PLATFORM for Xcode 3.2" mkdir -p "${PLATFORMDIR}/Developer/SDKs" +mkdir -p "${PLATFORMDIR}/Developer/Library/Xcode" +rsync -a "/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/" \ + "${PLATFORMDIR}/Developer/Library/Xcode" + sed -e "s,%%PLATFORM%%,${PLATFORM}," $INFOPLIST > "${PLATFORMDIR}/Info.plist" sed -e "s,%%PLATFORM%%,${PLATFORM}," $SDKPLIST > "${BUILDROOT}/SDKSettings.plist" @@ -31,5 +35,7 @@ ln -s "$PLATFORMDIR" "${PLATFORM}.platform" popd > /dev/null + + echo "Completed Platform/SDK install"
participants (1)
-
source_changes@macosforge.org