aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-07 21:27:01 +0000
committertjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea>2007-09-07 21:27:01 +0000
commit57571cd162793d45a0cbd278a25dfacf3177eab0 (patch)
treef244a0549ebc404611a24fb843b55a2d0e54ae45 /Makefile
parent7825ea13d221a15249616e13a5bce2034256c7ad (diff)
downloadioquake3-aero-57571cd162793d45a0cbd278a25dfacf3177eab0.tar.gz
ioquake3-aero-57571cd162793d45a0cbd278a25dfacf3177eab0.zip
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
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)