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

Unified Diff: Makefile

Issue 37213005: Update scummvm to 1.6.0, also make it a packaged app. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: use default .scummvmrc to have games automatically "loaded" Created 7 years, 2 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 | « no previous file | examples/games/scummvm/hosted_app/manifest.json » ('j') | examples/games/scummvm/nacl.patch » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 15ce74f27d9f2acd552de5812bceecf1134e3d8b..695ab9aef1e8b956460e567484a025285ac1b641 100644
--- a/Makefile
+++ b/Makefile
@@ -274,8 +274,8 @@ $(SENT)/examples/tools/python_ppapi: libraries/python libraries/libtar
$(SENT)/examples/tools/lua_ppapi: libraries/lua libraries/libtar
$(SENT)/examples/tools/ruby_ppapi: \
libraries/ruby libraries/libtar libraries/glibc-compat
-$(SENT)/examples/games/scummvm: \
- libraries/nacl-mounts libraries/SDL libraries/libvorbis
+$(SENT)/examples/games/scummvm: libraries/SDL libraries/libvorbis \
+ libraries/libtar
$(SENT)/examples/systems/bochs: \
libraries/nacl-mounts libraries/SDL
$(SENT)/examples/systems/dosbox: \
« no previous file with comments | « no previous file | examples/games/scummvm/hosted_app/manifest.json » ('j') | examples/games/scummvm/nacl.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698