(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
authortruelight
Sun, 21 Jan 2007 15:18:36 +0000
changeset 5762 f7f13553f881
parent 5761 4f339e6d7dd1
child 5763 a6029daa547f
(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
config.lib
--- a/config.lib	Sun Jan 21 15:03:37 2007 +0000
+++ b/config.lib	Sun Jan 21 15:18:36 2007 +0000
@@ -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