I've just tried out 2.6.4 RC 1, which fixes this problem. Thanks!
On Mon, Mar 16, 2009 at 12:51 PM, Claus Höfele wrote:
>> What is the default if you have VS create the project?
>
> When adding a new header file 'asd.h', this is what Visual Studio
> writes into the project file:
> ...
> >
>
> What is the default if you have VS create the project?
When adding a new header file 'asd.h', this is what Visual Studio
writes into the project file:
...
Properties as displayed by the properties page are "Excluded from
Build: No" and "Tool: Custom Build Tool."
When you manually set
Claus Höfele wrote:
Thanks for the quick replies.
I'm using cmake 2.6.3 + Visual Studio 8 2005 SP1
Playing around further with the file properties in Visual Studio, it
looks like VS only checks the syntax of a file if the Tool property is
set to C/C++ Compiler Tool. However, this setting will c
Thanks for the quick replies.
I'm using cmake 2.6.3 + Visual Studio 8 2005 SP1
Playing around further with the file properties in Visual Studio, it
looks like VS only checks the syntax of a file if the Tool property is
set to C/C++ Compiler Tool. However, this setting will cause the
header file t
Claus Höfele wrote:
Hi everyone,
I've recently switched to cmake to generate Visual Studio project
files for a project of mine and it's working great so far.
One issue that bugs me is that header files end up being disabled in
Visual Studio (Excluded From Build property is set for the header
fi
On Thu, Mar 12, 2009 at 10:34 PM, Claus Höfele wrote:
> Hi everyone,
>
> I've recently switched to cmake to generate Visual Studio project
> files for a project of mine and it's working great so far.
>
> One issue that bugs me is that header files end up being disabled in
> Visual Studio (Excluded
Hi everyone,
I've recently switched to cmake to generate Visual Studio project
files for a project of mine and it's working great so far.
One issue that bugs me is that header files end up being disabled in
Visual Studio (Excluded From Build property is set for the header
files). This prevents Vi