< prev index next >

make/lib/Awt2dLibraries.gmk

Print this page

        

*** 21,31 **** # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # ! $(eval $(call IncludeCustomExtension, , lib/Awt2dLibraries-pre.gmk)) WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib ################################################################################ --- 21,31 ---- # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA # or visit www.oracle.com if you need additional information or have any # questions. # ! $(eval $(call IncludeCustomExtension, lib/Awt2dLibraries-pre.gmk)) WIN_AWT_LIB := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libawt/awt.lib ################################################################################
*** 1068,1073 **** endif ################################################################################ # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, , lib/Awt2dLibraries.gmk)) --- 1068,1073 ---- endif ################################################################################ # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, lib/Awt2dLibraries.gmk))
< prev index next >