|
|
Thread Tools | Rate Thread | Display Modes |
#1
|
|||
|
|||
Building projects with different configurations using Visual Build Pro
Hi Everyone,
We are using Visual Build pro to automate our build process. However i have a doubt... in our product we have 95 VC8 projects .85 of them are built in the Configuration Release | Win32 and 10 are built using Release MinSize|Win32 Can we have a single build action to build all the files Thanks & Regards Sabarish |
#2
|
|||
|
|||
1) In VS, create a solution and add all projects to it
2) Create or configure the Release solution configuration + platform (Build | Configuration Manager on the menu) to build the appropriate configuration for each project 3) Build the .sln file from VBP via a Make VS.NET action, selecting the desired configuration|platform in the Configuration field. |
|
|