[Vm-dev] CMake Mac Configs Are Inconsistent

Sean P. DeNigris sean at clipperadams.com
Mon Dec 5 17:04:55 UTC 2011


Debug/Release:
==========
CocoaIOSConfig (Cocoa) uses #generateForDebug and #generateForRelease to
mark an instance as debug/release, but CogMacOSConfig (Carbon) subclasses
redefine #compilerFlags to return either #compilerFlagsRelease or
#compilerFlagsDebug.

I was going to make them consistent, but which one is better? It seemed like
the first one was a little easier to use from a workspace.

Naming:
======
Really confusing e.g. CocoaIOS means Cocoa (but where does the IOS part come
in?) and CogMacOS means Carbon; notice one has Cog prefix, the other not

Sean

--
View this message in context: http://forum.world.st/CMake-Mac-Configs-Are-Inconsistent-tp4161337p4161337.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list