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

Side by Side Diff: nacltoons/bindings/extensions.pkg

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 $#include "LuaCocos2dExtensions.h" 1 $#include "LuaCocos2dExtensions.h"
2 $#include "physics_nodes/CCPhysicsSprite.h" 2 $#include "physics_nodes/CCPhysicsSprite.h"
3 $#include "Box2D/Box2D.h" 3 $#include "tolua_fix.h"
4 4
5 $USING_NS_CC; 5 $USING_NS_CC;
6 $USING_NS_CC_EXT; 6 $USING_NS_CC_EXT;
7 7
8 $pfile "CCPhysicsSprite.pkg" 8 $pfile "CCPhysicsSprite.pkg"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698