| 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.
|
|
|