mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Add colmatch object to MSVC Makefile. DONT_BUILD.
git-svn-id: https://svn.eduke32.com/eduke32@5386 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e30ab0068e
commit
49bc51a56d
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,7 @@ MIXERTYPE=WIN
|
|||
|
||||
!ifdef DEBUG
|
||||
# debugging options
|
||||
flags_cl=/Od /Zi
|
||||
flags_cl=/Od /Zi # /analyze
|
||||
flags_link=/DEBUG
|
||||
!else
|
||||
# release options
|
||||
|
@ -135,6 +135,7 @@ ENGINE_OBJS= \
|
|||
$(ENGINE_OBJ)\compat.$o \
|
||||
$(ENGINE_OBJ)\crc32.$o \
|
||||
$(ENGINE_OBJ)\defs.$o \
|
||||
$(ENGINE_OBJ)\colmatch.$o \
|
||||
$(ENGINE_OBJ)\engine.$o \
|
||||
$(ENGINE_OBJ)\glbuild.$o \
|
||||
$(ENGINE_OBJ)\texcache.$o \
|
||||
|
|
Loading…
Reference in a new issue