adjust python build generator

This commit is contained in:
gladman 2012-06-03 13:10:42 +00:00
parent 31ad0891d7
commit 53c48bfe31

View File

@ -38,7 +38,7 @@ from re import compile, search, ASCII
# either add a prebuild step to the project files or do it here
add_prebuild = True
# output a build project for the C++ static library
add_cpp_lib = True
add_cpp_lib = False
# The path to the mpir root directory
build_vc = 'build.vc10/'