> -----Original Message----- > From: Sylvain Benner [mailto:[EMAIL PROTECTED] > Sent: 12 October 2007 13:00 > To: Josef Karthauser > Cc: [email protected] > Subject: Re: [CMake] Excluding a file from a particular configuration > with Visual Studio > > > What's the canonical way of marking a file as being excluded from a > > given Visual Studio configuration? > No this is not supported. > I think it's better to use preprocessor to do this kind of stuff. >
Maybe, but I'm going to do something a bit more snazzy. I've got a number of configurations, for which I'm creating NMake build trees. However I'm also populating the source tree with vcproj/sln files, which run an 'nmake' to do the build. It would be useful for those vcprojs to indicate which files are included in which target configurations, as it is how the developers are currently used to working. I'll hack the source to add this functionality. Joe _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
