changeset 5762:102ded141250 draft

(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
author truelight <truelight@openttd.org>
date Sun, 21 Jan 2007 15:18:36 +0000
parents 94b3a1048604
children b7c916fdba99
files config.lib
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -657,7 +657,7 @@
 		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