< prev index next >

hotspot/make/windows/makefiles/debug.make

Print this page

        

@@ -42,11 +42,11 @@
 CXX_FLAGS=$(CXX_FLAGS) $(DEBUG_OPT_OPTION) /D "_NMT_NOINLINE_"
 
 !include $(WorkSpace)/make/windows/makefiles/vm.make
 !include local.make
 
-HS_BUILD_ID=$(HS_BUILD_VER)-debug
+HS_BUILD_ID=$(HOTSPOT_VERSION_STRING)-debug
 
 # Force resources to be rebuilt every time
 $(Res_Files): FORCE
 
 $(AOUT): $(Res_Files) $(Obj_Files) vm.def
< prev index next >