On 6/15/07, Jon W <[EMAIL PROTECTED]> wrote:
I'm using cmake to generate solutions for Visual Studio 2003. With
several of the projects I need to compile the *.c files as c++ code.
I'm trying to get the /TP flag to override the /TC flag that is
automatically generated by cmake, but not having m
I'm using cmake to generate solutions for Visual Studio 2003. With
several of the projects I need to compile the *.c files as c++ code.
I'm trying to get the /TP flag to override the /TC flag that is
automatically generated by cmake, but not having much luck. I've read
the mailing archive, and