< prev index next >

jdk/make/lib/LibCommon.gmk

Print this page

        

*** 21,32 **** # 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. # - include $(SPEC) - include MakeBase.gmk include NativeCompilation.gmk GLOBAL_VERSION_INFO_RESOURCE := $(JDK_TOPDIR)/src/java.base/windows/native/common/version.rc # Absolute paths to lib files on windows for use in LDFLAGS. Should figure out a more --- 21,30 ----
*** 85,89 **** --- 83,89 ---- ifeq ($(USE_EXTERNAL_LIBZ), true) LIBZ := -lz else ZLIB_CPPFLAGS := -I$(JDK_TOPDIR)/src/java.base/share/native/libzip/zlib-1.2.8 endif + + ###############################################################################
< prev index next >