PDA

View Full Version : Build multiple configurations


John1969john
03-07-2007, 12:13 AM
I have a just completed a project with multiple build configurations, lets say Full, Demo and Update. I have defined some constants to skip screens and so on.
The great thing is that I now only need to modify one project in stead of three :yes
There is just one thing I'm missing: Is there a setting so that I can build all the configurations in one go?

John1969john
03-07-2007, 04:37 AM
Ok, I did get it working by using command-line options to build from a batch file.

I Did come across some confilicting information w.r.t. this feature: In some documentation the /BUILD option is shown as /B. /B does not work, use /BUILD.

I Also miss a progress indicator or so, it is hard to see if the process is still running.

But in general I have solved my initial problem.