X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2FAndroid.mk;h=a644d93a1b7c85d7ff8b93584a5386b81c326217;hp=092204c6b4299d10d7f67b28c1f33c8211a62915;hb=HEAD;hpb=51d5e483a5d8b50e0c0956053e0e264c20382928 diff --git a/src/Android.mk b/src/Android.mk index 092204c6..a644d93a 100644 --- a/src/Android.mk +++ b/src/Android.mk @@ -4,7 +4,7 @@ # (c) 1995-2014 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/Android.mk # ============================================================================= @@ -28,9 +28,11 @@ LOCAL_C_INCLUDES := \ DEBUG = -DDEBUG -g OPTIONS = $(DEBUG) -Wall # only for debugging purposes -# OPTIONS = -O3 -Wall # distribution build -# LOCAL_CFLAGS := -DTARGET_SDL2 +ifdef BUILD_DIST # distribution build +OPTIONS = -O2 -Wall +endif + LOCAL_CFLAGS := -DTARGET_SDL2 $(OPTIONS) # application source code files @@ -44,6 +46,8 @@ LOCAL_SRC_FILES := $(SDL_PATH)/src/main/android/SDL_android_main.c \ libgame/image.c \ libgame/random.c \ libgame/hash.c \ + libgame/http.c \ + libgame/base64.c \ libgame/setup.c \ libgame/misc.c \ libgame/sdl.c \ @@ -101,6 +105,7 @@ LOCAL_SRC_FILES := $(SDL_PATH)/src/main/android/SDL_android_main.c \ files.c \ tape.c \ anim.c \ + api.c \ network.c \ netserv.c