Re: [CMake] windows command to compile

2008-08-25 Thread John Drescher
On Mon, Aug 25, 2008 at 9:57 AM, Ingrid Kemgoum <[EMAIL PROTECTED]> wrote: > 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? >

Re: [CMake] windows command to compile

2008-08-25 Thread Ingrid Kemgoum
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:

Re: [CMake] windows command to compile

2008-08-25 Thread Arjen Markus
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. It depends a bit on w

Re: [CMake] windows command to compile

2008-08-25 Thread Yuri V. Timenkov
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 targ

[CMake] windows command to compile

2008-08-25 Thread Ingrid Kemgoum
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 _