mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-11 13:01:12 +00:00
Update Android.mk.
This commit is contained in:
parent
758cde5778
commit
b6e2bb45e4
@ -25,6 +25,16 @@ LOCAL_CFLAGS += -DCLIENT_DLL=1
|
||||
|
||||
SRCS=
|
||||
SRCS_C=
|
||||
SRCS+=./hunger/zoom.cpp
|
||||
SRCS+=../dlls/hunger/ap9.cpp
|
||||
SRCS+=../dlls/hunger/chaingun.cpp
|
||||
SRCS+=../dlls/hunger/hkg36.cpp
|
||||
SRCS+=../dlls/hunger/medkit.cpp
|
||||
SRCS+=../dlls/hunger/shovel.cpp
|
||||
SRCS+=../dlls/hunger/sniper.cpp
|
||||
SRCS+=../dlls/hunger/spanner.cpp
|
||||
SRCS+=../dlls/hunger/taurus.cpp
|
||||
SRCS+=../dlls/hunger/weapon_einar1.cpp
|
||||
SRCS+=../dlls/crossbow.cpp
|
||||
SRCS+=../dlls/crowbar.cpp
|
||||
SRCS+=../dlls/egon.cpp
|
||||
|
@ -20,6 +20,7 @@ LOCAL_CPPFLAGS := $(LOCAL_CFLAGS) -frtti
|
||||
|
||||
LOCAL_C_INCLUDES := $(SDL_PATH)/include \
|
||||
$(LOCAL_PATH)/. \
|
||||
$(LOCAL_PATH)/hunger \
|
||||
$(LOCAL_PATH)/wpn_shared \
|
||||
$(LOCAL_PATH)/../common \
|
||||
$(LOCAL_PATH)/../engine/common \
|
||||
@ -124,6 +125,25 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
||||
world.cpp \
|
||||
xen.cpp \
|
||||
zombie.cpp \
|
||||
hunger/ap9.cpp \
|
||||
hunger/babykelly.cpp \
|
||||
hunger/boss.cpp \
|
||||
hunger/chaingun.cpp \
|
||||
hunger/chicken.cpp \
|
||||
hunger/civilian.cpp \
|
||||
hunger/cyberfranklin.cpp \
|
||||
hunger/flame.cpp \
|
||||
hunger/hand.cpp \
|
||||
hunger/hkg36.cpp \
|
||||
hunger/medkit.cpp \
|
||||
hunger/megasquid.cpp \
|
||||
hunger/shovel.cpp \
|
||||
hunger/sniper.cpp \
|
||||
hunger/spanner.cpp \
|
||||
hunger/taurus.cpp \
|
||||
hunger/tnt.cpp \
|
||||
hunger/weapon_einar1.cpp \
|
||||
hunger/zombiebull.cpp \
|
||||
../pm_shared/pm_debug.c \
|
||||
../pm_shared/pm_math.c \
|
||||
../pm_shared/pm_shared.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user