Atlas - Android.mk

Home / ext / SDL2 / android-project-ant / jni / src Lines: 1 | Size: 339 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1LOCAL_PATH := $(call my-dir) 2 3include $(CLEAR_VARS) 4 5LOCAL_MODULE := main 6 7SDL_PATH := ../SDL 8 9LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(SDL_PATH)/include 10 11# Add your application source files here... 12LOCAL_SRC_FILES := YourSourceHere.c 13 14LOCAL_SHARED_LIBRARIES := SDL2 15 16LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog 17 18include $(BUILD_SHARED_LIBRARY) 19
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.