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

William A. Hoffman billlist at nycap.rr.com
Mon, 26 Apr 2004 16:58:17 -0400


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