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 --- sandbox/src/sandbox_lib.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sandbox') diff --git a/sandbox/src/sandbox_lib.scons b/sandbox/src/sandbox_lib.scons index 0189114..8667968 100644 --- a/sandbox/src/sandbox_lib.scons +++ b/sandbox/src/sandbox_lib.scons @@ -81,4 +81,4 @@ env['PCH'] = pch env['PCHSTOP'] = 'stdafx.h' env.Append(CCPCHFLAGS = ['/FIstdafx.h']) -env.ChromeStaticLibrary('sandbox', input_files + [obj]) +env.ChromeLibrary('sandbox', input_files + [obj]) -- cgit v1.1