Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: nacltoons/bindings/README

Issue 12634010: [nacltoons] Add Makefile for building lua bindings. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: nacltoons/bindings/README
diff --git a/nacltoons/bindings/README b/nacltoons/bindings/README
index c4ff9ac774407c5bf2024cf99113e3c05f670843..469fc510d58ca09a7410fc47b413eaf4f6d04348 100644
--- a/nacltoons/bindings/README
+++ b/nacltoons/bindings/README
@@ -1,11 +1,9 @@
This folder contains code for binding various C/C++ compontents
-to Lua. The bindings were created using tolua++ and the build
-script from cocos2dx (tools/tolua++/build.php).
+to Lua. The bindings are generated using tolua++.
-All the sources and headers in this folder are auto-generated.
+Sources and headers in this folder are all auto-generated.
The box2d bindings were taking from the cocos2dx forum here:
http://www.cocos2d-x.org/boards/11/topics/3181
-The hope is that both the box2d and the cocos2dx extension bindings
-will get including in cocos2dx upstream in the near future.
+To rebuild the bindings run 'make' in this folder.

Powered by Google App Engine
This is Rietveld 408576698