From 57571cd162793d45a0cbd278a25dfacf3177eab0 Mon Sep 17 00:00:00 2001 From: tjw Date: Fri, 7 Sep 2007 21:27:01 +0000 Subject: * Adds preliminary support for win32 dedicated server console. Functionality is still quite limited (no tab completion, history, etc.), but at least with this console you can scroll without locking up your server. git-svn-id: svn://svn.icculus.org/quake3/trunk@1171 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8eebc99..64b443f 100644 --- a/Makefile +++ b/Makefile @@ -429,8 +429,8 @@ endif BINEXT=.exe - LDFLAGS= -mwindows -lwsock32 -lwinmm - CLIENT_LDFLAGS = -lgdi32 -lole32 -lopengl32 + LDFLAGS= -lwsock32 -lwinmm + CLIENT_LDFLAGS = -mwindows -lgdi32 -lole32 -lopengl32 ifeq ($(USE_CURL),1) ifneq ($(USE_CURL_DLOPEN),1) -- cgit v1.2.3