hotspot/make/windows/build.make
changeset 37115 f9c20e87f9ec
parent 34319 9d6dd3c5ca23
equal deleted inserted replaced
37102:ff3a76411daa 37115:f9c20e87f9ec
   112 !include "$(WorkSpace)/make/jdk_version"
   112 !include "$(WorkSpace)/make/jdk_version"
   113 
   113 
   114 # Define HOTSPOT_VM_DISTRO based on settings in make/openjdk_distro
   114 # Define HOTSPOT_VM_DISTRO based on settings in make/openjdk_distro
   115 # or make/hotspot_distro.
   115 # or make/hotspot_distro.
   116 !ifndef HOTSPOT_VM_DISTRO
   116 !ifndef HOTSPOT_VM_DISTRO
       
   117 !ifndef OPENJDK
   117 !if exists($(WorkSpace)\src\closed)
   118 !if exists($(WorkSpace)\src\closed)
   118 !include $(WorkSpace)\make\hotspot_distro
   119 !include $(WorkSpace)\make\hotspot_distro
       
   120 !else
       
   121 !include $(WorkSpace)\make\openjdk_distro
       
   122 !endif
   119 !else
   123 !else
   120 !include $(WorkSpace)\make\openjdk_distro
   124 !include $(WorkSpace)\make\openjdk_distro
   121 !endif
   125 !endif
   122 !endif
   126 !endif
   123 
   127