mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-06 12:04:17 +00:00
Upadte Android.mk.
This commit is contained in:
parent
dfd56eca44
commit
764462e2f4
@ -90,6 +90,7 @@ SRCS+=./view.cpp
|
|||||||
SRCS+=./input_xash3d.cpp
|
SRCS+=./input_xash3d.cpp
|
||||||
SRCS+=./scoreboard.cpp
|
SRCS+=./scoreboard.cpp
|
||||||
SRCS+=./MOTD.cpp
|
SRCS+=./MOTD.cpp
|
||||||
|
SRCS+=./TheGate/scope.cpp
|
||||||
INCLUDES = -I../common -I. -I../game_shared -I../pm_shared -I../engine -I../dlls
|
INCLUDES = -I../common -I. -I../game_shared -I../pm_shared -I../engine -I../dlls
|
||||||
DEFINES = -Wno-write-strings -DLINUX -D_LINUX -Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -DCLIENT_WEAPONS -DCLIENT_DLL -w
|
DEFINES = -Wno-write-strings -DLINUX -D_LINUX -Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -DCLIENT_WEAPONS -DCLIENT_DLL -w
|
||||||
|
|
||||||
|
@ -126,7 +126,9 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
|
|||||||
zombie.cpp \
|
zombie.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 \
|
||||||
|
TheGate/command.cpp \
|
||||||
|
TheGate/scientist2.cpp
|
||||||
# ../game_shared/voice_gamemgr.cpp
|
# ../game_shared/voice_gamemgr.cpp
|
||||||
|
|
||||||
LOCAL_LDLIBS := -llog
|
LOCAL_LDLIBS := -llog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user