mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
Update some things
This commit is contained in:
parent
00d1d237bc
commit
ec6de55d3c
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue