[cmake-developers] GUI hooks for VS variables

David Cole david.cole at kitware.com
Fri Jan 28 17:48:17 EST 2011


I just mean search for the flag you're adding to the table to see if it is
referenced anywhere in a hard-coded manner. Or if there are any comments in
the code relating to it.

If it's missing, though, it's probably not even referenced in the source
code.....


It's Friday. I think I'm tired now.
:-)


On Fri, Jan 28, 2011 at 5:41 PM, James Bigler <jamesbigler at gmail.com> wrote:

> OK, I was talking about VS 2008.  I see that file now.
>
> What do you mean by compensated for by other code?
>
>
> On Fri, Jan 28, 2011 at 3:39 PM, David Cole <david.cole at kitware.com>wrote:
>
>> I assume you're talking about Visual Studio...?
>>
>> VS10 should be complete because of the way we built it. If not, please let
>> us know.
>>
>> But for prior versions, open up (for example)
>> cmLocalVisualStudio7Generator.cxx and search for FlagTable. Then grep the
>> code for the flag you're thinking of mapping to make sure its absence is not
>> compensated for by other code.
>>
>>
>> On Fri, Jan 28, 2011 at 4:58 PM, James Bigler <jamesbigler at gmail.com>wrote:
>>
>>> If I wanted to teach CMake about a particular flag (i.e. to make it's
>>> setting show up in the properties dialog instead of in the Command Line
>>> extra flags section), what part of the code do I need to modify to
>>> accomplish this?
>>>
>>> Thanks,
>>> James
>>>
>>> _______________________________________________
>>> cmake-developers mailing list
>>> cmake-developers at cmake.org
>>> http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20110128/1af5cc0f/attachment.html>


More information about the cmake-developers mailing list