mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
MSVC build fix
git-svn-id: https://svn.eduke32.com/eduke32@4532 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e4733449fd
commit
330119f482
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,7 @@ GAMEOBJS=$(OBJ)\game.$o \
|
|||
$(OBJ)\savegame.$o \
|
||||
$(OBJ)\sector.$o \
|
||||
$(OBJ)\sector_inline.$o \
|
||||
$(OBJ)\rev.$o \
|
||||
$(OBJ)\rts.$o \
|
||||
$(OBJ)\config.$o \
|
||||
$(OBJ)\animlib.$o\
|
||||
|
@ -154,6 +155,7 @@ EDITOROBJS=$(OBJ)\astub.$o \
|
|||
$(OBJ)\m32vars.$o \
|
||||
$(OBJ)\m32exec.$o \
|
||||
$(OBJ)\sounds_mapster32.$o \
|
||||
$(OBJ)\rev.$o \
|
||||
$(OBJ)\buildres.res \
|
||||
!ifdef DEBUG
|
||||
$(OBJ)\mdump.$o
|
||||
|
|
Loading…
Reference in a new issue