]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
USE GMQCC
authorRudolf Polzer <divverent@xonotic.org>
Fri, 25 Jan 2013 08:57:30 +0000 (09:57 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 25 Jan 2013 08:57:30 +0000 (09:57 +0100)
qcsrc/Makefile

index 9fa80f8f884b8f215c249e0e9ce64a1d0f4a7a80..5d079dcb05d7d62c96810b82204005d3a1f9543e 100644 (file)
@@ -1,7 +1,7 @@
 SCM := $(shell if [ -d .svn ]; then echo svn; elif [ -d ../.git ]; then echo git; fi)
 PERL ?= perl
 QCCFLAGS_WATERMARK ?= -DWATERMARK='"$(shell git describe)"' -DCVAR_POPCON=1
-QCC ?= fteqcc
+QCC ?= gmqcc
 
 VERSION_MESSAGE = $(shell cd server && $(QCC) --version --help)
 ifneq (,$(findstring GMQCC,$(VERSION_MESSAGE)))