* 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.
This commit is contained in:
Tony J. White = 2007-09-07 21:27:01 +00:00
parent 2a02c656e0
commit e75c19b45d
2 changed files with 197 additions and 3 deletions

View file

@ -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)