1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

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

This commit is contained in:
truelight
2007-01-21 15:18:36 +00:00
parent 1564c74259
commit 9e9d5905f3

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