Browse Source

Update Android.mk again.

dmc
Night Owl 8 years ago
parent
commit
80e8082c5e
  1. 36
      cl_dll/Android.mk
  2. 3
      dlls/Android.mk

36
cl_dll/Android.mk

@ -32,25 +32,25 @@ SRCS+=./quake/quake_baseentity.cpp @@ -32,25 +32,25 @@ SRCS+=./quake/quake_baseentity.cpp
SRCS+=./quake/quake_events.cpp
SRCS+=./quake/quake_objects.cpp
SRCS+=./quake/quake_weapons.cpp
SRCS+=../dlls/crossbow.cpp
SRCS+=../dlls/crowbar.cpp
SRCS+=../dlls/egon.cpp
#SRCS+=../dlls/crossbow.cpp
#SRCS+=../dlls/crowbar.cpp
#SRCS+=../dlls/egon.cpp
SRCS+=./ev_hldm.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/mp5.cpp
SRCS+=../dlls/python.cpp
SRCS+=../dlls/rpg.cpp
SRCS+=../dlls/satchel.cpp
SRCS+=../dlls/shotgun.cpp
SRCS+=../dlls/squeakgrenade.cpp
SRCS+=../dlls/tripmine.cpp
SRCS+=../dlls/glock.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/mp5.cpp
#SRCS+=../dlls/python.cpp
#SRCS+=../dlls/rpg.cpp
#SRCS+=../dlls/satchel.cpp
#SRCS+=../dlls/shotgun.cpp
#SRCS+=../dlls/squeakgrenade.cpp
#SRCS+=../dlls/tripmine.cpp
#SRCS+=../dlls/glock.cpp
#SRCS+=../game_shared/voice_banmgr.cpp
#SRCS+=../game_shared/voice_status.cpp
SRCS+=./ammo.cpp

3
dlls/Android.mk

@ -50,7 +50,7 @@ LOCAL_SRC_FILES := animating.cpp \ @@ -50,7 +50,7 @@ LOCAL_SRC_FILES := animating.cpp \
lights.cpp \
maprules.cpp \
monsters.cpp \
mpstabb.cpp \
mpstubb.cpp \
multiplay_gamerules.cpp \
pathcorner.cpp \
plane.cpp \
@ -66,6 +66,7 @@ LOCAL_SRC_FILES := animating.cpp \ @@ -66,6 +66,7 @@ LOCAL_SRC_FILES := animating.cpp \
triggers.cpp \
util.cpp \
weapons.cpp \
world.cpp \
aghl/agarena.cpp \
aghl/agglobal.cpp \
aghl/aglms.cpp \

Loading…
Cancel
Save