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

Unified Diff: nacltoons/proj.nacl/Makefile

Issue 15070003: [nacltoons] Add compound shapes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « nacltoons/proj.linux/Makefile ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « nacltoons/proj.linux/Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698