<div dir="ltr"><div>my generator is visual 8 2005.</div>
<div>i check for devenv on the net and never get a devenv.exe or .com like described in FAQs or error report.</div>
<div>i only got a .zip with a batch file (.bat) and a devenv.jar</div>
<div> </div>
<div>is it normal?</div>
<div> </div>
<div>thanks<br><br></div>
<div class="gmail_quote">2008/8/25 Yuri V. Timenkov <span dir="ltr"><<a href="mailto:ytimenkov@parallels.com">ytimenkov@parallels.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="Wj3C7c">On Monday 25 August 2008 15:43:48 Ingrid Kemgoum wrote:<br>> hi,<br>> the question might be stupid but i didn't find the answer on the net.<br>> as in Linux, after running cmake on the cmake directory we do make to<br>
> compile and build targets,<br>> i want to know if there is a command to compile and build targets on<br>> Windows.<br>><br>> Thanks for help<br></div></div>It depends on generator. For NMake makefiles I suppose you should run "nmake",<br>
for Visual Studio - "devenv" (<a href="http://msdn.microsoft.com/en-us/library/xee0c8y7(vs.71).aspx" target="_blank">http://msdn.microsoft.com/en-<br>us/library/xee0c8y7(vs.71).aspx</a>) For other make-file based generators it will<br>
be regular "make".<br></blockquote></div><br></div>