Hi there, 2009/4/16 Andreas Pokorny <[email protected]>: > [...] > Ok the patch was now modified that only a single platform > configuration is generated, and the Platform is selected through the > generator. But you still have to manually select the compiler, either > through a toolchain file or through the cmake-gui. I think we could > set these settings in > cmGlobalVisualStudion8_SDKGenerator::AddPlatformDefinitions based on > the PlatformDefs. But my time box for this task is running out.
The project leaders here think that this feature would be helpful, so I was allowed to invest more time. The updated patch has been submitted to: http://cmake.org/Bug/view.php?id=7919 Now you do not need to write a toolchain file, the SDK Generators do the setup inside AddPlatformDefinitions. It would be really really nice if the CMake Core Devs review the current state of the patch. I could do something similar for NMake, but apart from me nobody uses it here, so it will be harder to justify that task :). kind regards Andreas Pokorny _______________________________________________ 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
