[CMake] windows command to compile

Ingrid Kemgoum ingrid.kemgoum at gmail.com
Mon Aug 25 09:57:18 EDT 2008


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 <ytimenkov at parallels.com>

>  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".
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20080825/62ab6409/attachment.htm>


More information about the CMake mailing list