From 6f051c4dee956f101815f5e4720b75871e90d6d2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 5 Jul 2006 21:51:03 +0000 Subject: [PATCH] this file had dos line endings and was causing errors with MSVC express according to artificer. all the other py files were unix so this is the odd one out. --- tools/mstoolkit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mstoolkit.py b/tools/mstoolkit.py index ed649080cab..4eeefa5ed9d 100755 --- a/tools/mstoolkit.py +++ b/tools/mstoolkit.py @@ -350,4 +350,4 @@ def generate(env): def exists(env): - return env.Detect('cl') \ No newline at end of file + return env.Detect('cl')