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
 
@@ -654,13 +654,13 @@ make_cflags_and_ldflags() {
 
	fi
 

	
 
	if [ "$os" != "CYGWIN" ] && [ "$os" != "MINGW" ] && [ "$os" != "WINCE" ]; then
 
		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
 
		# -Wstrict-prototypes generates much noise because of system headers
 
		CFLAGS="$CFLAGS -Wno-strict-prototypes"
 
	fi
0 comments (0 inline, 0 general)