Skip to content

Commit

Permalink
fix NDK projects
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeMod committed Apr 25, 2019
1 parent a5fca96 commit 97146ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cl_dll/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ LOCAL_SRC_FILES := \
../dlls/wpn_shared/wpn_mp7a1c.cpp \
../dlls/wpn_shared/wpn_mp7a1p.cpp \
../dlls/wpn_shared/wpn_infinitys.cpp \
../dlls/wpn_shared/wpn_m14ebr.cpp \
../dlls/wpn_shared/wpn_infinityex2.cpp \
./events/ev_cs16.cpp \
./events/event_ak47.cpp \
./events/event_aug.cpp \
Expand Down Expand Up @@ -231,6 +233,7 @@ LOCAL_SRC_FILES := \
./events/event_mp7a1p.cpp \
./events/event_svdex.cpp \
./events/event_infinitys.cpp \
./events/event_m14ebr.cpp \
./ev_common.cpp \
./calcscreen.cpp \
./input_touch.cpp \
Expand Down
4 changes: 3 additions & 1 deletion dlls/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,9 @@ LOCAL_SRC_FILES := \
./gamemode/zb2/zb2_zclass_tank.cpp \
./gamemode/zb2/zb2_zclass_speed.cpp \
./weapons_moe_buy.cpp \
./weapons_precache.cpp \
./weapons_precache.cpp \
./wpn_shared/wpn_m14ebr.cpp \
./wpn_shared/wpn_infinityex2.cpp \


include $(BUILD_SHARED_LIBRARY)

0 comments on commit 97146ce

Please sign in to comment.