mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
specify name of pdb file when compiling with MSVC
This commit is contained in:
parent
1a0eef7e2d
commit
ca271e5ab9
4
makefile
4
makefile
@ -238,8 +238,8 @@ ifdef msvc
|
||||
cc = $(cxx)
|
||||
ld = "$(msvc)/BIN/link.exe"
|
||||
cflags = -nologo -DAVIAN_VERSION=\"$(version)\" -D_JNI_IMPLEMENTATION_ \
|
||||
-I"$(zlib)/include" -I$(src) -I"$(native-build)" \
|
||||
-I"$(windows-java-home)/include" \
|
||||
-Fd$(native-build)/$(name).pdb -I"$(zlib)/include" -I$(src) \
|
||||
-I"$(native-build)" -I"$(windows-java-home)/include" \
|
||||
-I"$(windows-java-home)/include/win32"
|
||||
shared = -dll
|
||||
lflags = -nologo -LIBPATH:"$(zlib)/lib" -DEFAULTLIB:ws2_32 \
|
||||
|
Loading…
Reference in New Issue
Block a user