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

Unified Diff: nacltoons/proj.nacl/Makefile

Issue 17743003: [nacltoons] Roll cocos2dx + two bug fixes (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 6 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 c3c19bec66ae34ff59688725da537d81cf456d56..125d04950aa63732a3449e08222dfccf5edd6604 100644
--- a/nacltoons/proj.nacl/Makefile
+++ b/nacltoons/proj.nacl/Makefile
@@ -45,6 +45,20 @@ SOURCES := main.cc \
$(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsDebugNode.cpp \
$(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsSprite.cpp \
$(COCOS_ROOT)/extensions/physics_nodes/CCPhysicsNode.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCEditBox/CCEditBox.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCEditBox/CCEditBoxImplNone.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlStepper.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlButton.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlPotentiometer.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlSwitch.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlUtils.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlColourPicker.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlSaturationBrightnessPicker.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlHuePicker.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControlSlider.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCScale9Sprite.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCInvocation.cpp \
+ $(COCOS_ROOT)/extensions/GUI/CCControlExtension/CCControl.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 \
« 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