mirror of https://github.com/OpenTTD/OpenTTD
(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
parent
1564c74259
commit
9e9d5905f3
|
@ -657,7 +657,7 @@ make_cflags_and_ldflags() {
|
||||||
LIBS="$LIBS -lc"
|
LIBS="$LIBS -lc"
|
||||||
fi
|
fi
|
||||||
if [ "$os" = "WINCE" ]; then
|
if [ "$os" = "WINCE" ]; then
|
||||||
LIBS="$LIBS -lcoredll -lcorelibc -laygshell -e WinMainCRTStartup"
|
LIBS="$LIBS -lcoredll -lcorelibc -laygshell -lws2 -e WinMainCRTStartup"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$os" = "MORPHOS" ]; then
|
if [ "$os" = "MORPHOS" ]; then
|
||||||
|
|
Loading…
Reference in New Issue