An idea for automating my builds...
Posted: Wed Jan 11, 2006 4:15 pm
Previously I mentioned that I'd like a way to automatically specify the Product Version via miabuild.exe. (I really hate having manual steps in my build process, and this is the only one!)
But now, I'd like to slightly change my request. I noticed that I can specify compiler variables via miabuild. In light of this, and to provide the ultimate in flexibility, I'd like the ability to specify any project option (which is editable with a text box) with the use of a compiler variable.
For example, let's say I were to add a compiler variable called: BUILD_VER. I'd like to be able to put #BUILD_VER# as the Product Version in the "Project Options" dialog.
This would:
1. Solve my problem, allowing me fully automated builds.
2. Require no changes to miabuild.
3. Provide for future automation that I can't think of.
--Troy
But now, I'd like to slightly change my request. I noticed that I can specify compiler variables via miabuild. In light of this, and to provide the ultimate in flexibility, I'd like the ability to specify any project option (which is editable with a text box) with the use of a compiler variable.
For example, let's say I were to add a compiler variable called: BUILD_VER. I'd like to be able to put #BUILD_VER# as the Product Version in the "Project Options" dialog.
This would:
1. Solve my problem, allowing me fully automated builds.
2. Require no changes to miabuild.
3. Provide for future automation that I can't think of.

--Troy