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

Unified Diff: Makefile

Issue 8060015: Update boost to 1.47.0 and, with glibc, build more boost libraries. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: '' Created 9 years, 3 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 | libraries/boost_1_43_0/boost_1_43_0.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
===================================================================
--- Makefile (revision 446)
+++ Makefile (working copy)
@@ -104,7 +104,7 @@
libraries/libmodplug-0.8.7 \
libraries/OpenSceneGraph-2.9.7 \
libraries/cfitsio \
- libraries/boost_1_43_0 \
+ libraries/boost_1_47_0 \
libraries/protobuf-2.3.0 \
libraries/dreadthread
@@ -171,6 +171,7 @@
$(SENT)/libraries/SDL_image-1.2.10: libraries/SDL-1.2.14 libraries/libpng-1.2.40
$(SENT)/libraries/SDL_net-1.2.7: libraries/SDL-1.2.14
$(SENT)/libraries/SDL_ttf-2.0.10: libraries/SDL-1.2.14 libraries/freetype-2.1.10
+$(SENT)/libraries/boost_1_47_0: libraries/zlib-1.2.3 libraries/bzip2-1.0.6
# shortcuts
nacl-mounts: libraries/nacl-mounts ;
@@ -214,7 +215,7 @@
mesa: libraries/Mesa-7.6 ;
modplug: libraries/libmodplug-0.8.7 ;
openscenegraph: libraries/OpenSceneGraph-2.9.7 ;
-boost: libraries/boost_1_43_0 ;
+boost: libraries/boost_1_47_0 ;
protobuf: libraries/protobuf-2.3.0 ;
pango: libraries/pango-1.29.3 ;
nethack: examples/games/nethack-3.4.3 ;
« no previous file with comments | « no previous file | libraries/boost_1_43_0/boost_1_43_0.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698