[Vm-dev] VM Maker: CMakeVMMaker-MarianoMartinezPeck.145.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 26 18:33:03 UTC 2012


Mariano Martinez Peck uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-MarianoMartinezPeck.145.mcz

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

Name: CMakeVMMaker-MarianoMartinezPeck.145
Author: MarianoMartinezPeck
Time: 26 January 2012, 3:28:49 pm
UUID: 01869235-4a4b-084d-97d3-09d50e63ae18
Ancestors: CMakeVMMaker-MarianoMartinezPeck.144

Once again fix outputDir for windows builds. DO NOT CHANGE THAT.

=============== Diff against CMakeVMMaker-EstebanLorenzano.143 ===============

Item was changed:
  ----- Method: CogFamilyWindowsConfig>>outputDir (in category 'directories') -----
  outputDir
  
+ 	"the directory where built binaries will be stored.
+ 	DO NOT CHANGE THIS FOR WINDOWS. It is not clear why but if we put for windows the same target directory as the rest of the platforms (/results), there is a link problems. The only way it works is to put it in /build/results. Only change this if you are use it can build"
- 	"the directory where built binaries will be stored"
  
+ 	^ outputDir ifNil: [ outputDir := (self msysPathFor: (self buildDir fullName , '/', self outputDirName )) ]
- 	^ outputDir ifNil: [ outputDir := self msysPathFor: (self buildDir containingDirectory fullName , '/', self outputDirName) ]
  	!



More information about the Vm-dev mailing list