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