From 0f3606938e66ec1a64bd7e8a2a883ef77f4ae82e Mon Sep 17 00:00:00 2001 From: Night Owl Date: Mon, 26 Sep 2016 00:11:51 +0500 Subject: [PATCH] Update Android.mk. --- cl_dll/Android.mk | 10 ++++++---- dlls/Android.mk | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/cl_dll/Android.mk b/cl_dll/Android.mk index 94489844..23418346 100755 --- a/cl_dll/Android.mk +++ b/cl_dll/Android.mk @@ -25,19 +25,21 @@ LOCAL_CFLAGS += -DCLIENT_DLL=1 SRCS= SRCS_C= +SRCS+=../dlls/eftd/ak47.cpp +SRCS+=../dlls/eftd/mac10.cpp SRCS+=../dlls/crossbow.cpp SRCS+=../dlls/crowbar.cpp -SRCS+=../dlls/egon.cpp +#SRCS+=../dlls/egon.cpp SRCS+=./ev_hldm.cpp -SRCS+=../dlls/gauss.cpp +#SRCS+=../dlls/gauss.cpp SRCS+=../dlls/handgrenade.cpp SRCS+=./hl/hl_baseentity.cpp SRCS+=./hl/hl_events.cpp SRCS+=./hl/hl_objects.cpp SRCS+=./hl/hl_weapons.cpp -SRCS+=../dlls/hornetgun.cpp +#SRCS+=../dlls/hornetgun.cpp SRCS+=../dlls/mp5.cpp -SRCS+=../dlls/python.cpp +#SRCS+=../dlls/python.cpp SRCS+=../dlls/rpg.cpp SRCS+=../dlls/satchel.cpp SRCS+=../dlls/shotgun.cpp diff --git a/dlls/Android.mk b/dlls/Android.mk index 7f107a12..92a74fec 100644 --- a/dlls/Android.mk +++ b/dlls/Android.mk @@ -49,7 +49,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \ defaultai.cpp \ doors.cpp \ effects.cpp \ - egon.cpp \ explode.cpp \ flyingmonster.cpp \ func_break.cpp \ @@ -57,7 +56,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \ game.cpp \ gamerules.cpp \ gargantua.cpp \ - gauss.cpp \ genericmonster.cpp \ ggrenade.cpp \ globals.cpp \ @@ -74,7 +72,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \ healthkit.cpp \ hgrunt.cpp \ hornet.cpp \ - hornetgun.cpp \ houndeye.cpp \ ichthyosaur.cpp \ islave.cpp \ @@ -95,7 +92,6 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \ plane.cpp \ plats.cpp \ player.cpp \ - python.cpp \ rat.cpp \ roach.cpp \ rpg.cpp \ @@ -124,6 +120,10 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \ world.cpp \ xen.cpp \ zombie.cpp \ + eftd/ak47.cpp \ + eftd/mac10.cpp \ + eftd/hassault.cpp \ + eftd/diablo.cpp \ ../pm_shared/pm_debug.c \ ../pm_shared/pm_math.c \ ../pm_shared/pm_shared.c