summaryrefslogtreecommitdiffstats
path: root/test/IDL
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2010-01-11 01:48:50 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2010-01-11 01:48:50 (GMT)
commita22788e5c8ab01e003466f0f89ad5ebb60d19a57 (patch)
tree2a6ea818194a7b765d7e56c9dbb9e01183b99803 /test/IDL
parent01190c49cc22302428a421b2da7761afd2cf3549 (diff)
downloadSCons-a22788e5c8ab01e003466f0f89ad5ebb60d19a57.zip
SCons-a22788e5c8ab01e003466f0f89ad5ebb60d19a57.tar.gz
SCons-a22788e5c8ab01e003466f0f89ad5ebb60d19a57.tar.bz2
Fix for 2422
Diffstat (limited to 'test/IDL')
-rw-r--r--test/IDL/midl.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/IDL/midl.py b/test/IDL/midl.py
index e716cac..a2fd2a7 100644
--- a/test/IDL/midl.py
+++ b/test/IDL/midl.py
@@ -41,8 +41,7 @@ if sys.platform != 'win32':
test.write('SConstruct',"""
import os
-env = Environment(CPPPATH = '${TARGET.dir}',
- MSVS_USE_MFC_DIRS = 1)
+env = Environment(CPPPATH = '${TARGET.dir}')
Export('env')
VariantDir('build', 'src')