axmol/samples/TestCpp/proj.android/jni
Walzer c7ffe79baf remove useless LOCAL_STATIC_LIBRARIES := curl_static_prebuilt in TestCpp/proj.android/jni/android.mk
The linking relationship is TestCpp -> cocos_extension_static -> cocos_curl_static now. Applications can link the extension library to use libcurl.

And this line still links curl_static_prebuilt which is not exist now, which made developers confused.
2012-09-21 10:10:17 +08:00
..
testcpp issue #1437:make CCApplication::sharedApplication() return pointer 2012-08-21 15:28:43 +08:00
Android.mk remove useless LOCAL_STATIC_LIBRARIES := curl_static_prebuilt in TestCpp/proj.android/jni/android.mk 2012-09-21 10:10:17 +08:00
Application.mk issue #1399: Adjust folder structure, made it built successfully on win32. 2012-07-20 14:05:52 +08:00