make/lib/LibCommon.gmk
branchihse-jdk-library-branch
changeset 56302 1c7ec9412f91
parent 56287 593a452fcbeb
parent 49239 c35ec365e329
child 56311 e05b4241302b
equal deleted inserted replaced
56301:ceb60eb3139e 56302:1c7ec9412f91
    30 
    30 
    31 ################################################################################
    31 ################################################################################
    32 
    32 
    33 GLOBAL_VERSION_INFO_RESOURCE := $(TOPDIR)/src/java.base/windows/native/common/version.rc
    33 GLOBAL_VERSION_INFO_RESOURCE := $(TOPDIR)/src/java.base/windows/native/common/version.rc
    34 
    34 
    35 # Absolute paths to lib files on windows for use in LDFLAGS. Should figure out a more
    35 # Absolute paths to lib files on windows for use in LIBS. Should figure out a more
    36 # elegant solution to this.
    36 # elegant solution to this.
    37 WIN_JAVA_LIB := $(SUPPORT_OUTPUTDIR)/native/java.base/libjava/java.lib
    37 WIN_JAVA_LIB := $(SUPPORT_OUTPUTDIR)/native/java.base/libjava/java.lib
    38 
    38 
    39 ifneq ($(findstring $(OPENJDK_TARGET_OS), macosx windows), )
    39 ifneq ($(findstring $(OPENJDK_TARGET_OS), macosx windows), )
    40   DISABLE_MAPFILES := true
    40   DISABLE_MAPFILES := true