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

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: . 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index 591c7f22c178787bfcde4e2c234d50ede1bc5d13..1e12f6db190f966fe676560ede92df0ec2f6046c 100644
--- a/Makefile
+++ b/Makefile
@@ -276,8 +276,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698