axmol/samples
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
..
HelloCpp Minor English Spelling Corrections. A few grammar corrections. 2012-09-17 00:02:24 -07:00
HelloLua [Lua] update HelloLua 2012-09-11 17:31:21 +08:00
SimpleGame add proj.android to samples/SimpleGame, use getVisibleSize & getVisibleOrigin instead of getWinSize 2012-09-09 21:41:48 +08:00
TestCpp remove useless LOCAL_STATIC_LIBRARIES := curl_static_prebuilt in TestCpp/proj.android/jni/android.mk 2012-09-21 10:10:17 +08:00
TestJavascript Verbose logging of build process 2012-09-18 17:08:37 -07:00
TestLua update TestLua 2012-09-11 17:13:20 +08:00