mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-23 21:04:19 +02:00
8295231: Move all linking of native libraries to make
Reviewed-by: ihse, erikj
This commit is contained in:
parent
f300ec8631
commit
8d751de319
14 changed files with 20 additions and 23 deletions
|
@ -47,7 +47,8 @@ ifeq ($(call isTargetOs, windows), true)
|
|||
CFLAGS := $(CFLAGS_JDKLIB) \
|
||||
-I$(TOPDIR)/src/java.security.jgss/share/native/libj2gss, \
|
||||
LDFLAGS := $(LDFLAGS_JDKLIB) \
|
||||
$(call SET_SHARED_LIBRARY_ORIGIN) \
|
||||
$(call SET_SHARED_LIBRARY_ORIGIN), \
|
||||
LIBS := Secur32.lib, \
|
||||
))
|
||||
|
||||
TARGETS += $(BUILD_LIBSSPI_BRIDGE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue