my generator is visual 8 2005. i check for devenv on the net and never get a devenv.exe or .com like described in FAQs or error report. i only got a .zip with a batch file (.bat) and a devenv.jar
is it normal? thanks 2008/8/25 Yuri V. Timenkov <[EMAIL PROTECTED]> > On Monday 25 August 2008 15:43:48 Ingrid Kemgoum wrote: > > hi, > > the question might be stupid but i didn't find the answer on the net. > > as in Linux, after running cmake on the cmake directory we do make to > > compile and build targets, > > i want to know if there is a command to compile and build targets on > > Windows. > > > > Thanks for help > It depends on generator. For NMake makefiles I suppose you should run > "nmake", > for Visual Studio - "devenv" (http://msdn.microsoft.com/en- > us/library/xee0c8y7(vs.71).aspx) For other make-file based generators it > will > be regular "make". >
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
