make/windows/projectfiles/common/Makefile

changeset 2319
c7db7adb83b4
parent 1907
c18cbe5936b8
child 2320
2ca799d83d3c
     1.1 --- a/make/windows/projectfiles/common/Makefile	Thu Nov 04 15:54:20 2010 -0700
     1.2 +++ b/make/windows/projectfiles/common/Makefile	Tue Nov 30 18:07:18 2010 -0800
     1.3 @@ -108,7 +108,11 @@
     1.4  !else
     1.5  HOTSPOT_RELEASE_VERSION="$(HS_MAJOR_VER).$(HS_MINOR_VER)-b$(HS_BUILD_NUMBER)"
     1.6  !endif
     1.7 +!if "$(USER_RELEASE_SUFFIX)" != ""
     1.8 +HOTSPOT_BUILD_VERSION$(HOTSPOT_BUILD_VERSION) = internal-$(USER_RELEASE_SUFFIX)
     1.9 +!else
    1.10  HOTSPOT_BUILD_VERSION$(HOTSPOT_BUILD_VERSION) = internal
    1.11 +!endif
    1.12  !if "$(HOTSPOT_BUILD_VERSION)" != ""
    1.13  HOTSPOT_RELEASE_VERSION="$(HOTSPOT_RELEASE_VERSION)-$(HOTSPOT_BUILD_VERSION)"
    1.14  !endif

mercurial