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
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2006-12-10 20:22:47 +0300
committerChris Want <cwant@ualberta.ca>2006-12-10 20:22:47 +0300
commitbfaa86b773611d499136109de9bdf55f2e512a9b (patch)
tree5327da401176aba0f93cd195e2f2ebe279d13a08 /SConstruct
parent6cbe9b8ac48c344ab2b5aef8ff940d1d60754f11 (diff)
Disabling the code is revision 1.161 that was tripping up users
building with mingw.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 79799ea78e5..9027ce270c4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -129,7 +129,9 @@ if env['CC'] in ['cl', 'cl.exe'] and sys.platform=='win32':
elif env['CC'] in ['gcc'] and sys.platform=='win32':
platform = 'win32-mingw'
-if platform == 'win32-mingw':
+# Fix me!
+#if platform == 'win32-mingw':
+if 0:
try:
import win32file
import win32event