VM Maker: CMakeVMMaker-EstebanLorenzano.210.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: CMakeVMMaker-EstebanLorenzano.210.mcz

commits-2
 
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: '\\'"!