comments, some refactoring in patcher and msbuild

This commit is contained in:
isanae
2020-12-03 17:45:34 -05:00
parent 51a7852aba
commit 9ca0fd52a2
12 changed files with 289 additions and 185 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ msbuild python::create_msbuild_tool(msbuild::ops o)
.targets({
"python", "pythonw", "python3dll", "select", "pyexpat",
"unicodedata", "_queue", "_bz2", "_ssl", "_overlapped"})
.parameters({
.properties({
"bz2Dir=" + path_to_utf8(bzip2::source_path()),
"zlibDir=" + path_to_utf8(zlib::source_path()),
"opensslIncludeDir=" + path_to_utf8(openssl::include_path()),