make/launcher/Launcher-jdk.accessibility.gmk
changeset 54513 2fd0422ac495
parent 53683 48ff68e2fe5c
equal deleted inserted replaced
54512:a84c46287f28 54513:2fd0422ac495
     1 #
     1 #
     2 # Copyright (c) 2014, 2018, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2014, 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
    41           -analyze- -Od -Gd -D_WINDOWS \
    41           -analyze- -Od -Gd -D_WINDOWS \
    42           -D_UNICODE -DUNICODE -RTC1 -EHsc, \
    42           -D_UNICODE -DUNICODE -RTC1 -EHsc, \
    43       DISABLED_WARNINGS_microsoft := 4267 4996, \
    43       DISABLED_WARNINGS_microsoft := 4267 4996, \
    44       LDFLAGS := $(LDFLAGS_JDKEXE), \
    44       LDFLAGS := $(LDFLAGS_JDKEXE), \
    45       LIBS := advapi32.lib version.lib user32.lib, \
    45       LIBS := advapi32.lib version.lib user32.lib, \
    46       VERSIONINFO_RESOURCE := $(ACCESSBRIDGE_SRC)/AccessBridgeStatusWindow.RC, \
    46       VERSIONINFO_RESOURCE := $(ACCESSBRIDGE_SRC)/AccessBridgeStatusWindow.rc, \
    47       MANIFEST := $(JABSWITCH_SRC)/jabswitch.manifest, \
    47       MANIFEST := $(JABSWITCH_SRC)/jabswitch.manifest, \
    48       MANIFEST_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS), \
    48       MANIFEST_VERSION := $(VERSION_NUMBER_FOUR_POSITIONS), \
    49   ))
    49   ))
    50 
    50 
    51   TARGETS += $(BUILD_JABSWITCH)
    51   TARGETS += $(BUILD_JABSWITCH)