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

commits at source.squeak.org commits at source.squeak.org
Sat Feb 18 13:41:35 UTC 2012


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

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

Name: CMakeVMMaker-EstebanLorenzano.150
Author: EstebanLorenzano
Time: 18 February 2012, 10:41 am
UUID: 95a995a2-24cc-41d0-83a4-4f2c56d396b6
Ancestors: CMakeVMMaker-EstebanLorenzano.149

TouchPlugin renamed to IOSPlugin

=============== Diff against CMakeVMMaker-EstebanLorenzano.149 ===============

Item was added:
+ ----- Method: StackIPhoneConfig>>configureIOSPlugin: (in category 'plugin extra rules') -----
+ configureIOSPlugin: maker
+ 	maker 
+ 		addSources: #('sqTouch.m' ) 
+ 		prefixed: '${platformsDir}/iOS/vm/iPhone/plugins/TouchPlugin/'
+ !

Item was removed:
- ----- Method: StackIPhoneConfig>>configureTouchPlugin: (in category 'plugin extra rules') -----
- configureTouchPlugin: maker
- 	maker 
- 		addSources: #('sqTouch.m' ) 
- 		prefixed: '${platformsDir}/iOS/vm/iPhone/plugins/TouchPlugin/'
- !

Item was changed:
  ----- Method: StackIPhoneConfig>>defaultInternalPlugins (in category 'settings') -----
  defaultInternalPlugins
  	^ #(
  		ADPCMCodecPlugin
  		BMPReadWriterPlugin 
  		BalloonEnginePlugin 
  		BitBltSimulation 
  		DSAPlugin 
  		DeflatePlugin 
  		"DropPlugin" 
  		FFTPlugin 
  		FilePlugin 
  		FloatArrayPlugin 
  		HostWindowPlugin 
  		JPEGReadWriter2Plugin 
  		JPEGReaderPlugin 
  		LargeIntegersPlugin 
  		Matrix2x3Plugin 
  		MiscPrimitivePlugin 
  		"RePlugin" 
  		SecurityPlugin 
  		"SocketPlugin" 
  		SoundCodecPlugin 
  		SoundGenerationPlugin 
  		SoundPlugin
  		SurfacePlugin
  		UUIDPlugin
  		ObjectiveCPlugin 
+ 		#IOSPlugin)!
- 		TouchPlugin)!



More information about the Vm-dev mailing list