mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
Merge pull request #174 from dicej/lIphlpapi
add "-lIphlpapi" to embedding example link command
This commit is contained in:
commit
aec8bfc308
@ -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