< prev index next >

make/launcher/Launcher-jdk.accessibility.gmk

Print this page

        

*** 26,36 **** include LauncherCommon.gmk ################################################################################ # jabswitch ! ifeq ($(OPENJDK_TARGET_OS), windows) JABSWITCH_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/jabswitch ACCESSBRIDGE_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/common $(eval $(call SetupJdkExecutable, BUILD_JABSWITCH, \ --- 26,36 ---- include LauncherCommon.gmk ################################################################################ # jabswitch ! ifeq ($(call isTargetOs, windows), true) JABSWITCH_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/jabswitch ACCESSBRIDGE_SRC := $(TOPDIR)/src/jdk.accessibility/windows/native/common $(eval $(call SetupJdkExecutable, BUILD_JABSWITCH, \
*** 96,106 **** TARGETS += $$(BUILD_JACCESSWALKER$1) endef ! ifeq ($(OPENJDK_TARGET_CPU_BITS), 32) $(eval $(call SetupInspector,-32,32)) $(eval $(call SetupWalker,-32,32)) $(eval $(call SetupInspector,,LEGACY)) $(eval $(call SetupWalker,,LEGACY)) else --- 96,106 ---- TARGETS += $$(BUILD_JACCESSWALKER$1) endef ! ifeq ($(call isTargetCpuBits, 32), true) $(eval $(call SetupInspector,-32,32)) $(eval $(call SetupWalker,-32,32)) $(eval $(call SetupInspector,,LEGACY)) $(eval $(call SetupWalker,,LEGACY)) else
< prev index next >