Re: [CMake] Xcode "file type" setting?

2009-06-09 Thread Jason Eubank
http://www.vtk.org/Bug/view.php?id=9126 This ok? Thanks for the reply, Jason Eubank On Tue, Jun 9, 2009 at 3:13 PM, David Cole wrote: > No there isn't. Right now the file extension to Xcode file type mapping is > expressed strictly in the source code for the Xcode generator.

[CMake] Xcode "file type" setting?

2009-06-09 Thread Jason Eubank
Is there a property that can be set on a source file to change the "file type" setting in Xcode? Specifically I need to be able to change an asm file from "sourcecode" to "sourcecode.nasm", I read the ASM support on the wiki and saw that it states "We would be happy about patches which add support

Re: [CMake] WIN32_EXECUTABLE - Config specific settings for visual studio generated project files?

2008-10-06 Thread Jason Eubank
lp! Jason On Mon, Oct 6, 2008 at 10:49 AM, Stefan Buschmann <[EMAIL PROTECTED]>wrote: > Jason Eubank schrieb: > >> Hello, >> >> I am wondering if it is possible to set the target property >> 'WIN32_EXECUTABLE' on a per-config basis (i.e. you can set

[CMake] WIN32_EXECUTABLE - Config specific settings for visual studio generated project files?

2008-10-05 Thread Jason Eubank
Hello, I am wondering if it is possible to set the target property ' WIN32_EXECUTABLE' on a per-config basis (i.e. you can set link-flags on a per-config basis using LINK_FLAGS_). From reading the documentation this does not seem possible and if you set this property then all configurations (in Vi