diff options
Diffstat (limited to 'sdch/using_sdch.scons')
-rw-r--r-- | sdch/using_sdch.scons | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sdch/using_sdch.scons b/sdch/using_sdch.scons deleted file mode 100644 index f99c503..0000000 --- a/sdch/using_sdch.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 sdch library. -""" - -Import("env") - -env.Append( - CPPPATH = [ - '$SDCH_DIR/open-vcdiff/src', - ], - LIBS = [ - 'sdch', - ], -) |