mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
No console window for the client
This commit is contained in:
parent
0b9ec45eb7
commit
e5bc9d08ec
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -231,6 +231,8 @@ ifeq ($(WITH_ZIP),yes)
|
|||
release/quake2.exe : CFLAGS += -DZIP
|
||||
release/quake2.exe : LDFLAGS += -lz
|
||||
endif
|
||||
|
||||
release/quake2.exe : LDFLAGS += -mwindows
|
||||
else
|
||||
client:
|
||||
@echo "===> Building quake2"
|
||||
|
|
Loading…
Reference in a new issue