From de2c4cca42e52e97d240f6de1dbc8094777f9871 Mon Sep 17 00:00:00 2001 From: "evanm@google.com" Date: Fri, 26 Dec 2008 04:38:25 +0000 Subject: Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. Add a SHARED scons command-line flag to build shared libraries. Review URL: http://codereview.chromium.org/16477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/bspatch/bspatch.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/bspatch/bspatch.scons') diff --git a/third_party/bspatch/bspatch.scons b/third_party/bspatch/bspatch.scons index 97cf01c..654bc41 100644 --- a/third_party/bspatch/bspatch.scons +++ b/third_party/bspatch/bspatch.scons @@ -27,7 +27,7 @@ input_files = [ 'mbspatch.cc', ] -env.ChromeStaticLibrary('bspatch', input_files) +env.ChromeLibrary('bspatch', input_files) env.ChromeMSVSProject('$BSPATCH_DIR/bspatch.vcproj', guid='{D7ED06E8-6138-4CE3-A906-5EF1D9C804E0}') -- cgit v1.1