summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/ilink32.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/SCons/Tool/ilink32.py')
-rw-r--r--src/engine/SCons/Tool/ilink32.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/engine/SCons/Tool/ilink32.py b/src/engine/SCons/Tool/ilink32.py
index d6ddc9d..1452fd5 100644
--- a/src/engine/SCons/Tool/ilink32.py
+++ b/src/engine/SCons/Tool/ilink32.py
@@ -52,3 +52,9 @@ def exists(env):
# Uses bcc32 to do linking as it generally knows where the standard
# LIBS are and set up the linking correctly
return SCons.Tool.bcc32.findIt('bcc32', env)
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: