I just tried it, and funnily enough while
> msbuild test.sln
works fine,
> vcbuild test.sln
doesn't work if I'm in a subdirectory and depend
on projects in a file hierarchy like ../../lib/liba/liba.vcproj.

So msbuild does resemble what happens in the IDE
more closely than vcbuild, obviously...

Cheers,
Manuel

On 8/31/07, Manuel Klimek <[EMAIL PROTECTED]> wrote:
> > Pardon me if I am wrong, but AFAICT MSBuild uses its own project file
> > format, and not .vcproj files. This would make it pretty hard to use
> > with CMake...
> >
> > Are you perhaps thinking of vcbuild?
>
> Yes. msbuild calls vcbuild transparently, so I confused this ;-)
>
> Cheers,
> Manuel
>
> --
> http://klimek.box4.net
>


-- 
http://klimek.box4.net
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to