1
0
Fork 0

(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked

release/0.6
truelight 2007-01-21 15:18:36 +00:00
parent 1564c74259
commit 9e9d5905f3
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ make_cflags_and_ldflags() {
LIBS="$LIBS -lc"
fi
if [ "$os" = "WINCE" ]; then
LIBS="$LIBS -lcoredll -lcorelibc -laygshell -e WinMainCRTStartup"
LIBS="$LIBS -lcoredll -lcorelibc -laygshell -lws2 -e WinMainCRTStartup"
fi
if [ "$os" = "MORPHOS" ]; then