|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
How to customize the Output Directory in the Make VS2005 step?
Hi,
I have a question about updating the Output Directories in the Make VS steps. Let's say my VS projects have multiple configurations such as: Debug Release DebugMT ReleaseMT ....... I want to build my projects in ALL configurations. I want to have my outputs to be sorted out accordign to a configutation in which they were built: c:\WORK_ROOT\Debug\bin\ABC.dll c:\WORK_ROOT\Release\bin\ABC.dll c:\WORK_ROOT\DebugMT\bin\ABC_MT.dll c:\WORK_ROOT\ReleaseMT\bin\ABC_MT.dll is there a variable for Configuration? So I can specify my Output Directory as: %WORK_ROOT%\$Config\bin Does VisualBuildPro generate any variable which corresponds to a current building configuration ($Config) ? See attachment for more info. Thank you Last edited by abcdetech; 07-09-2009 at 02:31 PM. |
|
|