diff options
Diffstat (limited to 'third_party/libjpeg/using_libjpeg.scons')
-rw-r--r-- | third_party/libjpeg/using_libjpeg.scons | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/third_party/libjpeg/using_libjpeg.scons b/third_party/libjpeg/using_libjpeg.scons deleted file mode 100644 index d7449f5..0000000 --- a/third_party/libjpeg/using_libjpeg.scons +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -__doc__ = """ -Settings for other components using the libjpeg library. -""" - -Import("env") - -env.Append( - CPPPATH = [ - '$LIBJPEG_DIR', - ], - LIBS = [ - 'libjpeg', - ], -) |