Windows: Extned Assembly name for version options

Windows file resources can be marked as Private, Special, Debug
and Pre-release.  Extend the Heimdal Assembly name to include
designations for these various build options to ensure that
private, special, debug and pre-release builds do not conflict
with the assembly name reserved for public releases.  This permits
a private, special, debug and pre-release build to be installed
side-by-side with the final release without interference.

Change-Id: I569ce2ff911ddbaebd81ba2e8b477ba6fb520502
This commit is contained in:
Jeffrey Altman
2013-09-14 20:26:50 -04:00
parent 6ade3b3a8b
commit 5d0f3ee927
6 changed files with 29 additions and 11 deletions

View File

@@ -30,6 +30,11 @@ VER_OLD_END_PATCH=65535
VER_PACKAGE_VERSION=$(VER_PRODUCT_MAJOR).$(VER_PRODUCT_MINOR).$(VER_PRODUCT_AUX)
# Debug build flag
!ifndef NODEBUG
VER_DEBUG=1
!endif
# Define to 1 if this is a pre-release build. Undefine otherwise
VER_PRERELEASE=1
@@ -44,4 +49,3 @@ VER_PRERELEASE=1
# version numbers.
#VER_SPECIAL=Special build for testing ticket 12345