mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +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
|
!ifdef DEBUG
|
||||||
# debugging options
|
# debugging options
|
||||||
flags_cl=/Od /Zi
|
flags_cl=/Od /Zi # /analyze
|
||||||
flags_link=/DEBUG
|
flags_link=/DEBUG
|
||||||
!else
|
!else
|
||||||
# release options
|
# release options
|
||||||
|
@ -135,6 +135,7 @@ ENGINE_OBJS= \
|
||||||
$(ENGINE_OBJ)\compat.$o \
|
$(ENGINE_OBJ)\compat.$o \
|
||||||
$(ENGINE_OBJ)\crc32.$o \
|
$(ENGINE_OBJ)\crc32.$o \
|
||||||
$(ENGINE_OBJ)\defs.$o \
|
$(ENGINE_OBJ)\defs.$o \
|
||||||
|
$(ENGINE_OBJ)\colmatch.$o \
|
||||||
$(ENGINE_OBJ)\engine.$o \
|
$(ENGINE_OBJ)\engine.$o \
|
||||||
$(ENGINE_OBJ)\glbuild.$o \
|
$(ENGINE_OBJ)\glbuild.$o \
|
||||||
$(ENGINE_OBJ)\texcache.$o \
|
$(ENGINE_OBJ)\texcache.$o \
|
||||||
|
|
Loading…
Reference in a new issue