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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -