make/launcher/LauncherCommon.gmk
changeset 54091 efb8569c95d5
parent 53683 48ff68e2fe5c
child 54548 b057e09eef80
equal deleted inserted replaced
54090:3086f9259e97 54091:efb8569c95d5
     1 #
     1 #
     2 # Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2011, 2019, 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
    49     -I$(TOPDIR)/src/java.base/share/native/libjli \
    49     -I$(TOPDIR)/src/java.base/share/native/libjli \
    50     -I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/libjli \
    50     -I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS_TYPE)/native/libjli \
    51     -I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/native/libjli \
    51     -I$(TOPDIR)/src/java.base/$(OPENJDK_TARGET_OS)/native/libjli \
    52     #
    52     #
    53 GLOBAL_VERSION_INFO_RESOURCE := $(TOPDIR)/src/java.base/windows/native/common/version.rc
    53 GLOBAL_VERSION_INFO_RESOURCE := $(TOPDIR)/src/java.base/windows/native/common/version.rc
    54 JAVA_VERSION_INFO_RESOURCE := $(TOPDIR)/src/java.base/windows/native/launcher/java.rc
       
    55 MACOSX_PLIST_DIR := $(TOPDIR)/src/java.base/macosx/native/launcher
    54 MACOSX_PLIST_DIR := $(TOPDIR)/src/java.base/macosx/native/launcher
    56 JAVA_MANIFEST := $(TOPDIR)/src/java.base/windows/native/launcher/java.manifest
    55 JAVA_MANIFEST := $(TOPDIR)/src/java.base/windows/native/launcher/java.manifest
    57 
    56 
    58 ################################################################################
    57 ################################################################################
    59 # Build standard launcher.
    58 # Build standard launcher.