From 6ac148824d932e2f818e09fe65beb45913c3d231 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Wed, 27 Feb 2008 16:05:57 +0900 Subject: scons: Fix winddk.py's decription and copyright. --- winddk.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'winddk.py') diff --git a/winddk.py b/winddk.py index 3dcf9027e5..845cf90a9a 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 -- cgit v1.2.3