< prev index next >

make/lib/Lib-jdk.crypto.mscapi.gmk

Print this page

        

*** 25,35 **** include LibCommon.gmk ################################################################################ ! ifeq ($(OPENJDK_TARGET_OS), windows) $(eval $(call SetupJdkLibrary, BUILD_LIBSUNMSCAPI, \ NAME := sunmscapi, \ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB), \ --- 25,35 ---- include LibCommon.gmk ################################################################################ ! ifeq ($(call isTargetOs, windows), true) $(eval $(call SetupJdkLibrary, BUILD_LIBSUNMSCAPI, \ NAME := sunmscapi, \ OPTIMIZATION := LOW, \ CFLAGS := $(CFLAGS_JDKLIB), \
< prev index next >