mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
winbuild: Build freetype.vcxproj to fix passing in custom parameters.
This commit is contained in:
parent
b557876ec3
commit
6081640aa5
|
@ -292,8 +292,12 @@ DEPS: dict[str, dict[str, Any]] = {
|
||||||
},
|
},
|
||||||
"build": [
|
"build": [
|
||||||
cmd_rmdir("objs"),
|
cmd_rmdir("objs"),
|
||||||
cmd_msbuild("MSBuild.sln", "Release Static", "Clean"),
|
cmd_msbuild(
|
||||||
cmd_msbuild("MSBuild.sln", "Release Static", "Build"),
|
r"builds\windows\vc2010\freetype.vcxproj", "Release Static", "Clean"
|
||||||
|
),
|
||||||
|
cmd_msbuild(
|
||||||
|
r"builds\windows\vc2010\freetype.vcxproj", "Release Static", "Build"
|
||||||
|
),
|
||||||
cmd_xcopy("include", "{inc_dir}"),
|
cmd_xcopy("include", "{inc_dir}"),
|
||||||
],
|
],
|
||||||
"libs": [r"objs\{msbuild_arch}\Release Static\freetype.lib"],
|
"libs": [r"objs\{msbuild_arch}\Release Static\freetype.lib"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user