make/lib/LibCommon.gmk
changeset 49239 c35ec365e329
parent 48751 54f355e65415
child 49244 995a5556edfa
child 56302 1c7ec9412f91
equal deleted inserted replaced
49238:63eceefeb347 49239:c35ec365e329
     1 #
     1 #
     2 # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    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