No console window for the client

This commit is contained in:
Yamagi Burmeister 2012-06-05 11:02:48 +02:00
parent 0b9ec45eb7
commit e5bc9d08ec

View file

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