mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
Move MGRAPH_H def (from config.h)
This commit is contained in:
parent
02250336c2
commit
b9b45d8d79
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ MISCINCLUDES = $(SCITECHROOT)\include;$(DIRECTXSDK)\include;$(ZLIB)
|
|||
|
||||
INCLUDES = $(QFINCLUDES);$(SYSINCLUDE);$(MISCINCLUDES)
|
||||
|
||||
DEFINES=WIN32=1;WINDOWS=1;_WINDOWS=1;_WIN32=1;HAVE_CONFIG_H=1;USE_INTEL_ASM=1;HAVE_FNMATCH_H=1
|
||||
DEFINES=WIN32=1;WINDOWS=1;_WINDOWS=1;_WIN32=1;HAVE_CONFIG_H=1;USE_INTEL_ASM=1;HAVE_FNMATCH_H=1;HAVE_MGRAPH_H=1
|
||||
|
||||
# for releases
|
||||
DEBUGOPTS = -k- -vi
|
||||
|
|
Loading…
Reference in a new issue