Created
August 19, 2015 12:33
-
-
Save Vavius/508af423d2a3f64e8522 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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