diff options
Diffstat (limited to 'test/midl.py')
-rw-r--r-- | test/midl.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/midl.py b/test/midl.py index cf80044..a41ac01 100644 --- a/test/midl.py +++ b/test/midl.py @@ -43,7 +43,9 @@ test.write('SConstruct',""" import os.path import os -env = Environment(CCFLAGS = ' -nologo ', CPPPATH='${TARGET.dir}') +env = Environment(CCFLAGS = ' -nologo ', + CPPPATH = '${TARGET.dir}', + MSVS_USE_MFC_DIRS = 1) Export('env') BuildDir('build', 'src') |