Skip to content

Instantly share code, notes, and snippets.

@Vavius
Created August 19, 2015 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vavius/508af423d2a3f64e8522 to your computer and use it in GitHub Desktop.
Save Vavius/508af423d2a3f64e8522 to your computer and use it in GitHub Desktop.
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)
LOCAL_C_INCLUDES += $(MOAI_LIB_ROOT)/include
LOCAL_MODULE := game
LOCAL_SRC_FILES := game.cpp
LOCAL_SHARED_LIBRARIES := moai
include $(BUILD_SHARED_LIBRARY)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment