Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-07-06 01:51:03 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-07-06 01:51:03 +0400
commit6f051c4dee956f101815f5e4720b75871e90d6d2 (patch)
treeae77b8e4e8e6eb8c4662da671427073deb07474b /tools
parent1c9a7a032bf9b583b070320d1a8c1dc95db322ce (diff)
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.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/mstoolkit.py2
1 files changed, 1 insertions, 1 deletions
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')