mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 15:38:12 +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 \
|
||||
plats.cpp \
|
||||
player.cpp \
|
||||
playermonster.cpp \
|
||||
python.cpp \
|
||||
rat.cpp \
|
||||
roach.cpp \
|
||||
|
@ -98,6 +98,7 @@ set (SVDLL_SOURCES
|
||||
plane.cpp
|
||||
plats.cpp
|
||||
player.cpp
|
||||
playermonster.cpp
|
||||
python.cpp
|
||||
rat.cpp
|
||||
roach.cpp
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user