[Vm-dev] VM Maker: CMakeVMMaker-EstebanLorenzano.187.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 14 14:27:15 UTC 2012


Esteban Lorenzano uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-EstebanLorenzano.187.mcz

==================== Summary ====================

Name: CMakeVMMaker-EstebanLorenzano.187
Author: EstebanLorenzano
Time: 14 November 2012, 3:27:01.75 pm
UUID: 350c9b62-5bdc-41b6-926a-44b4bf6867a7
Ancestors: CMakeVMMaker-EstebanLorenzano.186

- changed name of default iphone image to iOS.image

=============== Diff against CMakeVMMaker-EstebanLorenzano.186 ===============

Item was changed:
  SystemOrganization addCategory: #'CMakeVMMaker-Android'!
  SystemOrganization addCategory: #CMakeVMMaker!
  SystemOrganization addCategory: #'CMakeVMMaker-Unix'!
  SystemOrganization addCategory: #'CMakeVMMaker-Windows'!
  SystemOrganization addCategory: #'CMakeVMMaker-MacOS'!
  SystemOrganization addCategory: #'CMakeVMMaker-IOS'!
  SystemOrganization addCategory: #'CMakeVMMaker-FreeBSD'!
  SystemOrganization addCategory: #'CMakeVMMaker-Libs'!
+ SystemOrganization addCategory: #'CMakeVMMaker-Chipmunk'!

Item was changed:
  ----- Method: CogFamilyCocoaIOSConfig>>setGlobalOptions: (in category 'settings') -----
  setGlobalOptions: maker
  
  	"set any CMake global options, before declaring a project in cmake file"
  	
  	maker set: 'CMAKE_C_COMPILER' to: '/usr/bin/gcc'.
  	maker set: 'CMAKE_CXX_COMPILER' to: '/usr/bin/g++'.	
  	maker set: 'CMAKE_OSX_ARCHITECTURES' to: 'i386'.
  	maker set: 'CMAKE_OSX_SYSROOT' to: '/'.
  	
+ 	"maker set: 'CMAKE_OSX_SYSROOT' to: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk'"!
- "	maker set: 'CMAKE_OSX_SYSROOT' to: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.6.sdk'"!

Item was changed:
  ----- Method: StackIPhoneConfig>>imageName (in category 'accessing') -----
  imageName
+ 	^'iOS'!
- 	^'iPhone'!

Item was changed:
  ----- Method: StackIPhoneConfig>>imageResources (in category 'settings') -----
  imageResources 
+ 	^{
+ 	self imageName, '.changes'.
+ 	'PharoV10.sources' }!
- 	^#(
- 	'iPhone.changes'
- 	'PharoV10.sources')!



More information about the Vm-dev mailing list