rtcwquest/Projects/Android/jni/rtcw/Android.mk

18 lines
428 B
Makefile
Raw Normal View History

2020-06-10 22:16:41 +00:00
RTCW_BASE_CFLAGS = \
2020-07-12 15:45:20 +00:00
-fsigned-char -O0 \
-Ofast -ffast-math -fno-strict-aliasing -fstrength-reduce -ftree-vectorize -fsingle-precision-constant \
2020-07-12 15:04:26 +00:00
-pipe -DPANDORA -DHAVE_GLES -DARM -DC_ONLY
2020-06-10 22:16:41 +00:00
#-DNEON -mfpu=neon
RTCW_BASE_LDFLAGS = \
-Wl,--fix-cortex-a8 -llog
include $(TOP_DIR)/rtcw/Android_game.mk
include $(TOP_DIR)/rtcw/Android_ui.mk
include $(TOP_DIR)/rtcw/Android_cgame.mk
include $(TOP_DIR)/rtcw/Android_client.mk