Update Android.mk.

This commit is contained in:
Night Owl 2016-09-26 00:11:51 +05:00
parent e53ef8c212
commit 0f3606938e
2 changed files with 10 additions and 8 deletions

View File

@ -25,19 +25,21 @@ LOCAL_CFLAGS += -DCLIENT_DLL=1
SRCS= SRCS=
SRCS_C= SRCS_C=
SRCS+=../dlls/eftd/ak47.cpp
SRCS+=../dlls/eftd/mac10.cpp
SRCS+=../dlls/crossbow.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

View File

@ -49,7 +49,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.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 \
@ -74,7 +72,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.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,7 +92,6 @@ 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 \
@ -124,6 +120,10 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
world.cpp \ world.cpp \
xen.cpp \ xen.cpp \
zombie.cpp \ zombie.cpp \
eftd/ak47.cpp \
eftd/mac10.cpp \
eftd/hassault.cpp \
eftd/diablo.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