mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
add "-lIphlpapi" to embedding example link command
This is needed to allow the link to succeed when doing an openjdk-src build on Windows.
This commit is contained in:
parent
4a436bad80
commit
2689ec79a3
@ -627,7 +627,7 @@ __on Windows:__
|
||||
$ dlltool -z hello.def *.o
|
||||
$ dlltool -d hello.def -e hello.exp
|
||||
$ gcc hello.exp *.o -L../../win32/lib -lmingwthrd -lm -lz -lws2_32 \
|
||||
-mwindows -mconsole -o hello.exe
|
||||
-lIphlpapi -mwindows -mconsole -o hello.exe
|
||||
$ strip --strip-all hello.exe
|
||||
|
||||
Embedding with ProGuard and a Boot Image
|
||||
|
Loading…
Reference in New Issue
Block a user