[Vm-dev] [commit] r2369 - Correct the case of the mpeg3Plugin to Mpeg3Plugin in Mac OS X build.

commits at squeakvm.org commits at squeakvm.org
Fri Mar 18 21:25:53 UTC 2011


Author: eliot
Date: 2011-03-18 14:25:53 -0700 (Fri, 18 Mar 2011)
New Revision: 2369

Modified:
   branches/Cog/macbuild/makevm
Log:
Correct the case of the mpeg3Plugin to Mpeg3Plugin in Mac OS X build.


Modified: branches/Cog/macbuild/makevm
===================================================================
--- branches/Cog/macbuild/makevm	2011-03-18 16:27:03 UTC (rev 2368)
+++ branches/Cog/macbuild/makevm	2011-03-18 21:25:53 UTC (rev 2369)
@@ -84,9 +84,9 @@
 
 #Build the mpeg3 plugin
 echo
-echo mpeg3Plugin xcodebuild -project mpeg3Plugin/mpeg3Plugin.xcodeproj -configuration $NSD_BUILD_CONFIGURATION
-xcodebuild -project mpeg3Plugin/mpeg3Plugin.xcodeproj -configuration $NSD_BUILD_CONFIGURATION
-cp -R mpeg3Plugin/build/Release/mpeg3Plugin.bundle mpeg3.app/Contents/Resources
+echo Mpeg3Plugin xcodebuild -project Mpeg3Plugin/Mpeg3Plugin.xcodeproj -configuration $NSD_BUILD_CONFIGURATION
+xcodebuild -project Mpeg3Plugin/Mpeg3Plugin.xcodeproj -configuration $NSD_BUILD_CONFIGURATION
+cp -R Mpeg3Plugin/build/Release/Mpeg3Plugin.bundle mpeg3.app/Contents/Resources
 
 # Build the FFI plugin (New as of 27 March 2008)
 echo



More information about the Vm-dev mailing list