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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 This folder contains code for binding various C/C++ compontents 1 This folder contains code for binding various C/C++ compontents
2 to Lua. The bindings were created using tolua++ and the build 2 to Lua. The bindings are generated using tolua++.
3 script from cocos2dx (tools/tolua++/build.php).
4 3
5 All the sources and headers in this folder are auto-generated. 4 Sources and headers in this folder are all auto-generated.
6 5
7 The box2d bindings were taking from the cocos2dx forum here: 6 The box2d bindings were taking from the cocos2dx forum here:
8 http://www.cocos2d-x.org/boards/11/topics/3181 7 http://www.cocos2d-x.org/boards/11/topics/3181
9 8
10 The hope is that both the box2d and the cocos2dx extension bindings 9 To rebuild the bindings run 'make' in this folder.
11 will get including in cocos2dx upstream in the near future.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698