diff options
author | José Fonseca <[email protected]> | 2008-02-27 16:05:57 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-27 16:05:57 +0900 |
commit | 6ac148824d932e2f818e09fe65beb45913c3d231 (patch) | |
tree | 5c8332c475ce065673172e3cd314d126298f1aa7 | |
parent | f81b7a6285455e838adb061dcca90036c9f99522 (diff) |
scons: Fix winddk.py's decription and copyright.
-rw-r--r-- | winddk.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/winddk.py b/winddk.py index 3dcf9027e5c..845cf90a9a4 100644 --- a/winddk.py +++ b/winddk.py @@ -1,6 +1,8 @@ -"""engine.SCons.Tool.msvc +"""winddk -Tool-specific initialization for Microsoft Visual C/C++. +Tool-specific initialization for Microsoft Windows DDK. + +Based on engine.SCons.Tool.msvc. There normally shouldn't be any need to import this module directly. It will usually be imported through the generic SCons.Tool.Tool() @@ -9,7 +11,8 @@ selection method. """ # -# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The SCons Foundation +# Copyright (c) 2001-2007 The SCons Foundation +# Copyright (c) 2008 Tungsten Graphics, Inc. # # Permission is hereby granted, free of charge, to any person obtaining # a copy of this software and associated documentation files (the @@ -31,8 +34,6 @@ selection method. # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. # -__revision__ = "src/engine/SCons/Tool/msvc.py 2523 2007/12/12 09:37:41 knight" - import os.path import re import string |