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/libjpeg/libjpeg.scons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'third_party/libjpeg/libjpeg.scons') diff --git a/third_party/libjpeg/libjpeg.scons b/third_party/libjpeg/libjpeg.scons index 0cc3919..fb1e295e 100644 --- a/third_party/libjpeg/libjpeg.scons +++ b/third_party/libjpeg/libjpeg.scons @@ -99,7 +99,7 @@ input_files = [ 'jutils.c', ] -env.ChromeStaticLibrary('libjpeg', input_files) +env.ChromeLibrary('libjpeg', input_files) env.ChromeMSVSProject('$LIBJPEG_DIR/libjpeg.vcproj', guid='{238CE175-76CE-4A25-A676-69D115885601}') -- cgit v1.1