Browse Source

Upadte Android.mk.

thegate
Night Owl 8 years ago
parent
commit
764462e2f4
  1. 1
      cl_dll/Android.mk
  2. 4
      dlls/Android.mk

1
cl_dll/Android.mk

@ -90,6 +90,7 @@ SRCS+=./view.cpp @@ -90,6 +90,7 @@ SRCS+=./view.cpp
SRCS+=./input_xash3d.cpp
SRCS+=./scoreboard.cpp
SRCS+=./MOTD.cpp
SRCS+=./TheGate/scope.cpp
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

4
dlls/Android.mk

@ -126,7 +126,9 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \ @@ -126,7 +126,9 @@ LOCAL_SRC_FILES := agrunt.cpp airtank.cpp \
zombie.cpp \
../pm_shared/pm_debug.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
LOCAL_LDLIBS := -llog

Loading…
Cancel
Save