* 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:
parent
2a02c656e0
commit
e75c19b45d
2 changed files with 197 additions and 3 deletions
4
Makefile
4
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue