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

Unified Diff: nacltoons/proj.linux/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/data/res/util.lua ('k') | nacltoons/proj.nacl/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/proj.linux/Makefile
diff --git a/nacltoons/proj.linux/Makefile b/nacltoons/proj.linux/Makefile
index 06b6aa719a1c4ae5e1830c94d7b8b4b94da84bbd..082c7bfd99232cfff6da63ba663a2d4505232a00 100644
--- a/nacltoons/proj.linux/Makefile
+++ b/nacltoons/proj.linux/Makefile
@@ -30,6 +30,9 @@ SOURCES = main.cc \
include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk
OBJECTS := $(OBJECTS:.cc=.o)
+# lua-yaml has some build warnings so filter out -Werror from the CFLAGS
+CFLAGS := $(filter-out -Werror,$(CFLAGS))
+
INCLUDES += -I$(COCOS_ROOT)/scripting/lua/cocos2dx_support
INCLUDES += -I$(COCOS_ROOT)/scripting/lua/lua
INCLUDES += -I$(COCOS_ROOT)/external
« no previous file with comments | « nacltoons/data/res/util.lua ('k') | nacltoons/proj.nacl/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698