diff --git a/cocos/platform/android/Android.mk b/cocos/platform/android/Android.mk index ee3a4c6ccb..1c35aa7dfc 100644 --- a/cocos/platform/android/Android.mk +++ b/cocos/platform/android/Android.mk @@ -25,12 +25,8 @@ jni/TouchesJni.cpp LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH) LOCAL_C_INCLUDES := $(LOCAL_PATH) \ + $(LOCAL_PATH)/.. \ $(LOCAL_PATH)/../.. \ - $(LOCAL_PATH)/../../.. \ - $(LOCAL_PATH)/../../../base \ - $(LOCAL_PATH)/../../../math \ - $(LOCAL_PATH)/../../../physics \ - $(LOCAL_PATH)/../../../renderer LOCAL_LDLIBS := -lGLESv1_CM \ -lGLESv2 \ diff --git a/cocos/platform/android/java/project.properties b/cocos/platform/android/java/project.properties new file mode 100644 index 0000000000..88ca83f9d0 --- /dev/null +++ b/cocos/platform/android/java/project.properties @@ -0,0 +1,15 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system edit +# "ant.properties", and override values to adapt the script to your +# project structure. +# +# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): +#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt + +android.library=true +# Project target. +target=android-10 diff --git a/cocos/platform/wp8-xaml/CopyTemplateFiles.vcxproj.user b/cocos/platform/wp8-xaml/CopyTemplateFiles.vcxproj.user new file mode 100644 index 0000000000..3977273203 --- /dev/null +++ b/cocos/platform/wp8-xaml/CopyTemplateFiles.vcxproj.user @@ -0,0 +1,6 @@ + + + + true + +