Changeset - r5762:7e841ad854d5
[Not reviewed]
master
0 1 0
truelight - 18 years ago 2007-01-21 15:18:36
truelight@openttd.org
(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)