[CMake] Xcode Generator

Bill Hoffman bill.hoffman at kitware.com
Wed Dec 13 20:52:42 EST 2006


gga wrote:
> Bill Hoffman wrote:
>   
>> With MS IDE, there is no way for
>> us to change the default build type in one of the files we can
>> generate.  
>>     
> Hmm...  That's probably not right.  Not sure about X code, but the MSVC
> IDE most definitively saves out what's the default build whenever you
> create a project from the GUI.  That information is certainly kept in a
> file within the MS solution file and not within the windows registry,
> user directory or install directory.
> CMake is probably missing the ability to create such a file (or correct
> line within one of the current files).
>
>   
Actually, it is not stored in the solution file.  It is stored in the 
.ncb file. 
This is a binary file, that we do not know the format of.
If you want to reverse engineer that binary file go for it...  So, there is
no way to change it because it is not in a file we currently can
generate.

-Bill



More information about the CMake mailing list