mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-25 22:24:16 +00:00
Update Android.mk.
This commit is contained in:
parent
2abdfbc7e4
commit
118b2ebbb4
@ -25,23 +25,29 @@ LOCAL_CFLAGS += -DCLIENT_DLL=1
|
|||||||
|
|
||||||
SRCS=
|
SRCS=
|
||||||
SRCS_C=
|
SRCS_C=
|
||||||
SRCS+=../dlls/crossbow.cpp
|
SRCS+=./noffice/glow.cpp
|
||||||
|
SRCS+=./noffice/pain.cpp
|
||||||
|
SRCS+=./noffice/cinematic.cpp
|
||||||
|
SRCS+=./noffice/deathvision.cpp
|
||||||
|
SRCS+=../dlls/noffice/torch.cpp
|
||||||
|
SRCS+=../dlls/noffice/holster.cpp
|
||||||
|
#SRCS+=../dlls/crossbow.cpp
|
||||||
SRCS+=../dlls/crowbar.cpp
|
SRCS+=../dlls/crowbar.cpp
|
||||||
SRCS+=../dlls/egon.cpp
|
#SRCS+=../dlls/egon.cpp
|
||||||
SRCS+=./ev_hldm.cpp
|
SRCS+=./ev_hldm.cpp
|
||||||
SRCS+=../dlls/gauss.cpp
|
#SRCS+=../dlls/gauss.cpp
|
||||||
SRCS+=../dlls/handgrenade.cpp
|
#SRCS+=../dlls/handgrenade.cpp
|
||||||
SRCS+=./hl/hl_baseentity.cpp
|
SRCS+=./hl/hl_baseentity.cpp
|
||||||
SRCS+=./hl/hl_events.cpp
|
SRCS+=./hl/hl_events.cpp
|
||||||
SRCS+=./hl/hl_objects.cpp
|
SRCS+=./hl/hl_objects.cpp
|
||||||
SRCS+=./hl/hl_weapons.cpp
|
SRCS+=./hl/hl_weapons.cpp
|
||||||
SRCS+=../dlls/hornetgun.cpp
|
#SRCS+=../dlls/hornetgun.cpp
|
||||||
SRCS+=../dlls/mp5.cpp
|
SRCS+=../dlls/mp5.cpp
|
||||||
SRCS+=../dlls/python.cpp
|
#SRCS+=../dlls/python.cpp
|
||||||
SRCS+=../dlls/rpg.cpp
|
SRCS+=../dlls/rpg.cpp
|
||||||
SRCS+=../dlls/satchel.cpp
|
#SRCS+=../dlls/satchel.cpp
|
||||||
SRCS+=../dlls/shotgun.cpp
|
SRCS+=../dlls/shotgun.cpp
|
||||||
SRCS+=../dlls/squeakgrenade.cpp
|
#SRCS+=../dlls/squeakgrenade.cpp
|
||||||
SRCS+=../dlls/tripmine.cpp
|
SRCS+=../dlls/tripmine.cpp
|
||||||
SRCS+=../dlls/glock.cpp
|
SRCS+=../dlls/glock.cpp
|
||||||
#SRCS+=../game_shared/voice_banmgr.cpp
|
#SRCS+=../game_shared/voice_banmgr.cpp
|
||||||
|
@ -20,6 +20,7 @@ LOCAL_CPPFLAGS := $(LOCAL_CFLAGS) -frtti
|
|||||||
|
|
||||||
LOCAL_C_INCLUDES := $(SDL_PATH)/include \
|
LOCAL_C_INCLUDES := $(SDL_PATH)/include \
|
||||||
$(LOCAL_PATH)/. \
|
$(LOCAL_PATH)/. \
|
||||||
|
$(LOCAL_PATH)/noffice \
|
||||||
$(LOCAL_PATH)/wpn_shared \
|
$(LOCAL_PATH)/wpn_shared \
|
||||||
$(LOCAL_PATH)/../common \
|
$(LOCAL_PATH)/../common \
|
||||||
$(LOCAL_PATH)/../engine/common \
|
$(LOCAL_PATH)/../engine/common \
|
||||||
@ -44,12 +45,10 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
client.cpp \
|
client.cpp \
|
||||||
combat.cpp \
|
combat.cpp \
|
||||||
controller.cpp \
|
controller.cpp \
|
||||||
crossbow.cpp \
|
|
||||||
crowbar.cpp \
|
crowbar.cpp \
|
||||||
defaultai.cpp \
|
defaultai.cpp \
|
||||||
doors.cpp \
|
doors.cpp \
|
||||||
effects.cpp \
|
effects.cpp \
|
||||||
egon.cpp \
|
|
||||||
explode.cpp \
|
explode.cpp \
|
||||||
flyingmonster.cpp \
|
flyingmonster.cpp \
|
||||||
func_break.cpp \
|
func_break.cpp \
|
||||||
@ -57,7 +56,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
game.cpp \
|
game.cpp \
|
||||||
gamerules.cpp \
|
gamerules.cpp \
|
||||||
gargantua.cpp \
|
gargantua.cpp \
|
||||||
gauss.cpp \
|
|
||||||
genericmonster.cpp \
|
genericmonster.cpp \
|
||||||
ggrenade.cpp \
|
ggrenade.cpp \
|
||||||
globals.cpp \
|
globals.cpp \
|
||||||
@ -68,13 +66,11 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
h_cycler.cpp \
|
h_cycler.cpp \
|
||||||
h_cine.cpp \
|
h_cine.cpp \
|
||||||
h_export.cpp \
|
h_export.cpp \
|
||||||
handgrenade.cpp \
|
|
||||||
hassassin.cpp \
|
hassassin.cpp \
|
||||||
headcrab.cpp \
|
headcrab.cpp \
|
||||||
healthkit.cpp \
|
healthkit.cpp \
|
||||||
hgrunt.cpp \
|
hgrunt.cpp \
|
||||||
hornet.cpp \
|
hornet.cpp \
|
||||||
hornetgun.cpp \
|
|
||||||
houndeye.cpp \
|
houndeye.cpp \
|
||||||
ichthyosaur.cpp \
|
ichthyosaur.cpp \
|
||||||
islave.cpp \
|
islave.cpp \
|
||||||
@ -95,11 +91,9 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
plane.cpp \
|
plane.cpp \
|
||||||
plats.cpp \
|
plats.cpp \
|
||||||
player.cpp \
|
player.cpp \
|
||||||
python.cpp \
|
|
||||||
rat.cpp \
|
rat.cpp \
|
||||||
roach.cpp \
|
roach.cpp \
|
||||||
rpg.cpp \
|
rpg.cpp \
|
||||||
satchel.cpp \
|
|
||||||
schedule.cpp \
|
schedule.cpp \
|
||||||
scientist.cpp \
|
scientist.cpp \
|
||||||
scripted.cpp \
|
scripted.cpp \
|
||||||
@ -110,7 +104,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
soundent.cpp \
|
soundent.cpp \
|
||||||
spectator.cpp \
|
spectator.cpp \
|
||||||
squadmonster.cpp \
|
squadmonster.cpp \
|
||||||
squeakgrenade.cpp \
|
|
||||||
subs.cpp \
|
subs.cpp \
|
||||||
talkmonster.cpp \
|
talkmonster.cpp \
|
||||||
teamplay_gamerules.cpp \
|
teamplay_gamerules.cpp \
|
||||||
@ -124,6 +117,19 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
world.cpp \
|
world.cpp \
|
||||||
xen.cpp \
|
xen.cpp \
|
||||||
zombie.cpp \
|
zombie.cpp \
|
||||||
|
noffice/civilian.cpp \
|
||||||
|
noffice/dave.cpp \
|
||||||
|
noffice/female.cpp \
|
||||||
|
noffice/clip.cpp \
|
||||||
|
noffice/flashlightspot.cpp \
|
||||||
|
noffice/furniture_passable.cpp \
|
||||||
|
noffice/holster.cpp \
|
||||||
|
noffice/news.cpp \
|
||||||
|
noffice/player_freeze.cpp \
|
||||||
|
noffice/random_shake.cpp \
|
||||||
|
noffice/random_shooter.cpp \
|
||||||
|
noffice/terrorist.cpp \
|
||||||
|
noffice/torch.cpp \
|
||||||
../pm_shared/pm_debug.c \
|
../pm_shared/pm_debug.c \
|
||||||
../pm_shared/pm_math.c \
|
../pm_shared/pm_math.c \
|
||||||
../pm_shared/pm_shared.c
|
../pm_shared/pm_shared.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user