windows server should compile with mingw now

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2702 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2007-10-04 15:24:48 +00:00
parent 93ea2511c3
commit f37e6d8e10
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ ifeq ($(FTE_TARGET),win32)
LIBS_DIR = $(BASE_DIR)/libs
SV_EXE_NAME=../fteqwsv.exe
SV_LDFLAGS=libs/zlib.lib -lwsock32
SV_LDFLAGS=libs/zlib.lib -lwsock32 -lwinmm
SV_DIR=sv_mingw
SV_OBJS=$(COMMON_OBJS) $(SERVER_OBJS) $(PROGS_OBJS) $(WINDOWSSERVERONLY_OBJS)