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

commits at source.squeak.org commits at source.squeak.org
Tue Jul 9 14:31:46 UTC 2013


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

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

Name: CMakeVMMaker-EstebanLorenzano.210
Author: EstebanLorenzano
Time: 9 July 2013, 4:31:03.459 pm
UUID: 0b263acc-bb9a-4c00-abd8-71339a236f08
Ancestors: CMakeVMMaker-GuillermoPolito.209

- fix msysPathFor:, needed for windows. 

=============== Diff against CMakeVMMaker-GuillermoPolito.209 ===============

Item was changed:
  ----- Method: CogFamilyWindowsConfig>>msysPathFor: (in category 'as yet unclassified') -----
  msysPathFor: aPath
  	| path |
  	
+ 	path := aPath asFileReference fullName.
- 	path := aPath.
  	
  	path := path copyReplaceAll: '\' with: '/'.
  	
  	^ path " copyReplaceAll: '\' with: '\\'"!



More information about the Vm-dev mailing list