mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-25 22:24:16 +00:00
Add missing file to build lists.
This commit is contained in:
parent
163d8bad04
commit
7d33351f77
@ -96,6 +96,7 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
plane.cpp \
|
plane.cpp \
|
||||||
plats.cpp \
|
plats.cpp \
|
||||||
player.cpp \
|
player.cpp \
|
||||||
|
playermonster.cpp \
|
||||||
python.cpp \
|
python.cpp \
|
||||||
rat.cpp \
|
rat.cpp \
|
||||||
roach.cpp \
|
roach.cpp \
|
||||||
|
@ -98,6 +98,7 @@ set (SVDLL_SOURCES
|
|||||||
plane.cpp
|
plane.cpp
|
||||||
plats.cpp
|
plats.cpp
|
||||||
player.cpp
|
player.cpp
|
||||||
|
playermonster.cpp
|
||||||
python.cpp
|
python.cpp
|
||||||
rat.cpp
|
rat.cpp
|
||||||
roach.cpp
|
roach.cpp
|
||||||
|
@ -135,6 +135,7 @@ OBJ = \
|
|||||||
$(DLL_OBJDIR)/plane.o \
|
$(DLL_OBJDIR)/plane.o \
|
||||||
$(DLL_OBJDIR)/plats.o \
|
$(DLL_OBJDIR)/plats.o \
|
||||||
$(DLL_OBJDIR)/player.o \
|
$(DLL_OBJDIR)/player.o \
|
||||||
|
$(DLL_OBJDIR)/playermonster.o \^M
|
||||||
$(DLL_OBJDIR)/python.o \
|
$(DLL_OBJDIR)/python.o \
|
||||||
$(DLL_OBJDIR)/rat.o \
|
$(DLL_OBJDIR)/rat.o \
|
||||||
$(DLL_OBJDIR)/roach.o \
|
$(DLL_OBJDIR)/roach.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user