mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-04 11:04:28 +00:00
Update Android.mk.
This commit is contained in:
parent
696b94c74a
commit
4fae87584b
@ -76,6 +76,9 @@ SRCS+=./menu.cpp
|
|||||||
SRCS+=./message.cpp
|
SRCS+=./message.cpp
|
||||||
SRCS+=./overview.cpp
|
SRCS+=./overview.cpp
|
||||||
SRCS+=./parsemsg.cpp
|
SRCS+=./parsemsg.cpp
|
||||||
|
SRCS+=./particlemgr.cpp
|
||||||
|
SRCS+=./particlemsg.cpp
|
||||||
|
SRCS+=./particlesys.cpp
|
||||||
SRCS_C+=../pm_shared/pm_debug.c
|
SRCS_C+=../pm_shared/pm_debug.c
|
||||||
SRCS_C+=../pm_shared/pm_math.c
|
SRCS_C+=../pm_shared/pm_math.c
|
||||||
SRCS_C+=../pm_shared/pm_shared.c
|
SRCS_C+=../pm_shared/pm_shared.c
|
||||||
|
@ -11,7 +11,7 @@ include $(XASH3D_CONFIG)
|
|||||||
|
|
||||||
LOCAL_CFLAGS += -D_LINUX -DCLIENT_WEAPONS \
|
LOCAL_CFLAGS += -D_LINUX -DCLIENT_WEAPONS \
|
||||||
-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf \
|
-Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf \
|
||||||
-Wno-write-strings -Wno-invalid-offsetof -Wno-conversion-null
|
-Wno-write-strings -Wno-invalid-offsetof -Wno-conversion-null -DNO_VOICEGAMEMGR
|
||||||
|
|
||||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/. \
|
LOCAL_C_INCLUDES := $(LOCAL_PATH)/. \
|
||||||
$(LOCAL_PATH)/../common \
|
$(LOCAL_PATH)/../common \
|
||||||
@ -33,7 +33,7 @@ LOCAL_SRC_FILES := aflock.cpp agrunt.cpp schedule.cpp airtank.cpp \
|
|||||||
hgrunt.cpp hornet.cpp houndeye.cpp ichthyosaur.cpp islave_deamon.cpp \
|
hgrunt.cpp hornet.cpp houndeye.cpp ichthyosaur.cpp islave_deamon.cpp \
|
||||||
items.cpp leech.cpp lights.cpp locus.cpp maprules.cpp monstermaker.cpp monsters.cpp \
|
items.cpp leech.cpp lights.cpp locus.cpp maprules.cpp monstermaker.cpp monsters.cpp \
|
||||||
monsterstate.cpp mortar.cpp movewith.cpp multiplay_gamerules.cpp nihilanth.cpp \
|
monsterstate.cpp mortar.cpp movewith.cpp multiplay_gamerules.cpp nihilanth.cpp \
|
||||||
nodes.cpp osprey.cpp pathcorner.cpp plane.cpp plats.cpp player.cpp playermonster.cpp \
|
nodes.cpp observer.cpp osprey.cpp pathcorner.cpp plane.cpp plats.cpp player.cpp playermonster.cpp \
|
||||||
rat.cpp roach.cpp rpg.cpp scientist.cpp scripted.cpp shotgun.cpp \
|
rat.cpp roach.cpp rpg.cpp scientist.cpp scripted.cpp shotgun.cpp \
|
||||||
singleplay_gamerules.cpp skill.cpp sound.cpp soundent.cpp spectator.cpp squadmonster.cpp \
|
singleplay_gamerules.cpp skill.cpp sound.cpp soundent.cpp spectator.cpp squadmonster.cpp \
|
||||||
squeakgrenade.cpp stats.cpp subs.cpp talkmonster.cpp teamplay_gamerules.cpp tempmonster.cpp \
|
squeakgrenade.cpp stats.cpp subs.cpp talkmonster.cpp teamplay_gamerules.cpp tempmonster.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user