| Index: nacltoons/proj.nacl/Makefile
|
| diff --git a/nacltoons/proj.nacl/Makefile b/nacltoons/proj.nacl/Makefile
|
| index 8fb31c579ea9af4b2f10d2d9e7722f2de0cff376..c3c19bec66ae34ff59688725da537d81cf456d56 100644
|
| --- a/nacltoons/proj.nacl/Makefile
|
| +++ b/nacltoons/proj.nacl/Makefile
|
| @@ -35,20 +35,21 @@ LUA_YAML_ROOT = ../third_party/lua-yaml
|
| # List of sources to compile
|
| #
|
| SOURCES := main.cc \
|
| - ../src/app_delegate.cc \
|
| - ../src/game_manager.cc \
|
| - ../src/level_layer.cc \
|
| - ../bindings/LuaBox2D.cpp \
|
| - ../bindings/lua_level_layer.cpp \
|
| - ../bindings/LuaCocos2dExtensions.cpp \
|
| - $(COCOS_ROOT)/samples/Cpp/TestCpp/Classes/Box2DTestBed/GLES-Render.cpp \
|
| - $(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsDebugNode.cpp \
|
| - $(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsSprite.cpp \
|
| - $(COCOS_ROOT)/scripting/lua/cocos2dx_support/CCLuaEngine.cpp \
|
| - $(COCOS_ROOT)/scripting/lua/cocos2dx_support/CCLuaStack.cpp \
|
| - $(COCOS_ROOT)/scripting/lua/cocos2dx_support/Cocos2dxLuaLoader.cpp \
|
| - $(COCOS_ROOT)/scripting/lua/cocos2dx_support/LuaCocos2d.cpp \
|
| - $(COCOS_ROOT)/scripting/lua/cocos2dx_support/tolua_fix.c \
|
| + ../src/app_delegate.cc \
|
| + ../src/game_manager.cc \
|
| + ../src/level_layer.cc \
|
| + ../bindings/LuaBox2D.cpp \
|
| + ../bindings/lua_level_layer.cpp \
|
| + ../bindings/LuaCocos2dExtensions.cpp \
|
| + $(COCOS_ROOT)/samples/Cpp/TestCpp/Classes/Box2DTestBed/GLES-Render.cpp \
|
| + $(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsDebugNode.cpp \
|
| + $(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsSprite.cpp \
|
| + $(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsNode.cpp \
|
| + $(COCOS_ROOT)/scripting/lua/cocos2dx_support/CCLuaEngine.cpp \
|
| + $(COCOS_ROOT)/scripting/lua/cocos2dx_support/CCLuaStack.cpp \
|
| + $(COCOS_ROOT)/scripting/lua/cocos2dx_support/Cocos2dxLuaLoader.cpp \
|
| + $(COCOS_ROOT)/scripting/lua/cocos2dx_support/LuaCocos2d.cpp \
|
| + $(COCOS_ROOT)/scripting/lua/cocos2dx_support/tolua_fix.c \
|
|
|
| PAGE := index.html
|
|
|
|
|