Pull product version information from kerberos.ver
authorKevin Koch <kpkoch@mit.edu>
Wed, 28 Mar 2007 18:43:11 +0000 (18:43 +0000)
committerKevin Koch <kpkoch@mit.edu>
Wed, 28 Mar 2007 18:43:11 +0000 (18:43 +0000)
commit2233e813d5d50c1662e0479ae5f4267eb3b69be6
treee570aa75fc3b5465f0f7542a3846f9b548d8ea4e
parentde996228a2daaf43216c823032255cd4652cf7fe
Pull product version information from kerberos.ver

Change site-local.wxi/.nsi to site-local-tagged.wxi/.nsi.  Add tags such as %VERSION-MAJOR% which are substituted by the build script.  NB:  to build the installers directly, the build script must be run at least once to generate site-local.wxi/.nsi.

Write DEBUG, RELEASE, BETA defines to site-local.nsi, based on build setting & values from kerberos.ver.

Add more tag substitutions to file copy and the config file, to provide a way to generate names like kfw-3-2-0-DEBUG.exe programatically.

Target_Version: 1.6.1
Ticket: 5490
Tags: pullup

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19297 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/build/BKWconfig.xml
src/windows/build/bkw.pl
src/windows/build/copyfiles.pl
src/windows/installer/nsis/site-local-tagged.nsi [new file with mode: 0644]
src/windows/installer/nsis/site-local.nsi [deleted file]
src/windows/installer/wix/site-local-tagged.wxi [moved from src/windows/installer/wix/site-local.wxi with 88% similarity]