David Cole wrote:
On 1/10/08, *Reggie Burnett* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
Is there support for using vcbuild from the windows sdk with cmake?
Not directly, no.
AIUI, vcbuild is a tool that supports the vcproj file format but
without having to have visual studio installed. Is there a way to
tell cmake to generate vcproj files even though visual studio is not
installed?
No. Not at the present time. Interesting idea... seems like it would be
very difficult to implement well in a short amount of time.
Actually, as long as you set these cache variables:
CMAKE_MAKE_PROGRAM:FILEPATH=c:/PROGRA~1/MID05A~1/Common7/IDE/devenv.com
MAKECOMMAND:STRING=c:\PROGRA~1\MID05A~1\Common7\IDE\devenv.com CMake.sln
/build Release /project ALL_BUILD
CMAKE_BUILD_TOOL:INTERNAL=c:/PROGRA~1/MID05A~1/Common7/IDE/devenv.com
To vcbuild and the correct command line for vcbuild, I don't see why it
would not work.
-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake