build automation - How to automatically set Version Info in Delphi? -


i have codegear delphi 2007 project automatically set debug module attributes depending on whether project in debug or release mode.

i can manually set value right clicking on project->version info->edit values needed. these project whole , same debug , release builds.

is there way automatically set manifest debug if #debug compiler directive present?

is there way detect exe build debug or release version?

you if other way around if use commandline compiler. tell compiler compile debug or release. set compiler directive debug debug build (it default).

msbuild yourproject.dproj /p:configuration=release

msbuild yourproject.dproj /p:configuration=debug


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -