Add missing file to build lists.

This commit is contained in:
Night Owl 2017-11-18 14:49:01 +05:00
parent 163d8bad04
commit 7d33351f77
3 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
plane.cpp \
plats.cpp \
player.cpp \
playermonster.cpp \
python.cpp \
rat.cpp \
roach.cpp \

View File

@ -98,6 +98,7 @@ set (SVDLL_SOURCES
plane.cpp
plats.cpp
player.cpp
playermonster.cpp
python.cpp
rat.cpp
roach.cpp

View File

@ -135,6 +135,7 @@ OBJ = \
$(DLL_OBJDIR)/plane.o \
$(DLL_OBJDIR)/plats.o \
$(DLL_OBJDIR)/player.o \
$(DLL_OBJDIR)/playermonster.o \^M
$(DLL_OBJDIR)/python.o \
$(DLL_OBJDIR)/rat.o \
$(DLL_OBJDIR)/roach.o \