Re: [CMake] VCProj Files: Precompiled headers

2006-07-17 Thread Ryan Connelly
I am glad that speedy posted that fix. I am in the process of patching my cmake build and compiling for vs2005. I hope that this patch or a similar fix is added to the next stable version of CMAKE. It would make our lives easier for sure. Thanks again speedy. Ryan speedy wrote: Hello Peter,

Re[4]: [CMake] VCProj Files: Precompiled headers

2006-07-14 Thread speedy
Hello Peter, Thursday, July 13, 2006, 11:04:38 PM, you wrote: PK> Oh really.  Cool because I just submitted a bug and tried fixing PK> it myself.  I got about 1/2 way there wil Brad's help, then I was PK> stumped when I got to the "PreCompiledHeaderThrough" setting.  I PK> believe that the cmakel

Re: Re[2]: [CMake] VCProj Files: Precompiled headers

2006-07-13 Thread Peter Kahn
Oh really.  Cool because I just submitted a bug and tried fixing it myself.  I got about 1/2 way there wil Brad's help, then I was stumped when I got to the "PreCompiledHeaderThrough" setting.  I believe that the cmakelist file must specify it somewhere, but I'm not quite sure how to handle that. 

Re[2]: [CMake] VCProj Files: Precompiled headers

2006-07-13 Thread speedy
Hello Peter, you're lucky - check the mail-list archives of this month :) I've posted a patch for precompiled headers support for VS.NET 2003. :) Thursday, July 13, 2006, 8:40:48 PM, you wrote: BK> Peter Kahn wrote: >> I noticed that there is no support for the xml generation f

Re: [CMake] VCProj Files: Precompiled headers

2006-07-13 Thread Brad King
Peter Kahn wrote: > I noticed that there is no support for the xml generation for this and a > bunch of other options in the VS.NET 2003 vcproj > files. If all the xml settings correspond to command line switches, > then I can determine the switches and set them in the CMAKE_CXX_F

[CMake] VCProj Files: Precompiled headers

2006-07-13 Thread Peter Kahn
I noticed that there is no support for the xml generation for this and a bunch of other options in the VS.NET 2003  vcproj files.  If all the xml settings correspond to command line switches, then I can determine the switches and set them in the CMAKE_CXX_FLAGS variable. Is this the standard soluti