summaryrefslogtreecommitdiff
path: root/test/IDL
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2010-01-11 01:48:50 +0000
committerWilliam Deegan <bill@baddogconsulting.com>2010-01-11 01:48:50 +0000
commitc6b77d365b31992db216cdbc1d19884b00d49ff1 (patch)
tree2a6ea818194a7b765d7e56c9dbb9e01183b99803 /test/IDL
parentb103cdff1488cf298ff19fbc561a5197d206c207 (diff)
downloadscons-c6b77d365b31992db216cdbc1d19884b00d49ff1.tar.gz
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 e716cacc..a2fd2a7f 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')