]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Update some things
authorDale Weiler <killfieldengine@gmail.com>
Sun, 16 Jun 2013 07:21:40 +0000 (07:21 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 16 Jun 2013 07:21:40 +0000 (07:21 +0000)
Makefile
Makefile.bsd

index ba3a04909a71747d4cc93464c97d63d6b7c05756..287f3eedd4809915d7458e1b3f208a45614d21a3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ ifneq ("$(CYGWIN)", "")
        QCVM      = qcvm.exe
        GMQCC     = gmqcc.exe
        TESTSUITE = testsuite.exe
-       PAK       = pak.exe
+       PAK       = gmqpak.exe
 else
 ifneq ("$(MINGW)", "")
        #nullify the common variables that
index 970956da67ef545ae2a4a69d1fc0102d2bce0b36..ae7aecc6719ce0324cafa592e9dbe9366a9edf13 100644 (file)
@@ -50,7 +50,7 @@ OBJ_X = exec-standalone.o util.o conout.o fs.o stat.o
 QCVM      = qcvm
 GMQCC     = gmqcc
 TESTSUITE = testsuite
-PAK       = pak
+PAK       = gmqpak
 
 #gource flags
 GOURCEFLAGS =                 \