On 5/14/2012 5:48 PM, Robert Dailey wrote:
I'm seeing this behavior in VS 2003 and VS 2008 as well. Is the same
script used by CMake for these generators too? It's working somehow...
For those we hard coded many of the flags into a table. So, basically
for VS greater than 6, we have a table that maps flags to actual options
in the IDE. There is no special per-compiled support in CMake... :)
All it knows is that flat /Foobar == "Turn on option foobar" and creates
the right xml or project input file.
-Bill
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake