[Cmake] Using VC, how to build target without creating sub-folders

Zhao, Hui 38zhao at pluto.ee.cua.edu
Mon, 26 Apr 2004 17:20:27 -0400


Using nmake generator,  do you mean I have to modifiy the *.mak file using
some kind of Perl script to change the output path?

Also, it seems that compiling will not automatically generate *.mak file. If
that is the case, I have to manually export the *mak file using tool bar in
VC.

Thanks

Hui
----- Original Message ----- 
From: "William A. Hoffman" <billlist at nycap.rr.com>
To: "Zhao, Hui" <38zhao at pluto.ee.cua.edu>; <cmake at www.cmake.org>
Sent: Monday, April 26, 2004 4:58 PM
Subject: Re: [Cmake] Using VC, how to build target without creating
sub-folders


> Currently, you can not do that with the dsp generator.  You would
> have to use the nmake generator.
>
> -Bill
>
>
> At 04:55 PM 4/26/2004, Zhao, Hui wrote:
> >Hi all
> >
> >I am new here. My question is how to build the target in the same folder
as the *.dsp file, without creating sub-folders as "release", "debug",
"RelWithDebInfo", and "MinSizeRel".
> >
> >Thanks.
> >
> >Hui
>