mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
working webp build
This commit is contained in:
parent
aa105bf89d
commit
e99631125d
|
@ -183,10 +183,11 @@ endlocal
|
||||||
rem Build webp
|
rem Build webp
|
||||||
setlocal
|
setlocal
|
||||||
cd /D %%WEBP%%
|
cd /D %%WEBP%%
|
||||||
nmake -f Makefile.vc clean
|
rd /S /Q %%WEBP%%\output\release-static
|
||||||
nmake -f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output
|
nmake -f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output all
|
||||||
copy /Y /B release-static\output\%(platform)s\* %%INCLIB%%
|
copy /Y /B output\release-static\%(platform)s\lib\* %%INCLIB%%
|
||||||
copy /Y /B src\webp\*.h %%INCLIB%%
|
mkdir %%INCLIB%%\webp
|
||||||
|
copy /Y /B src\webp\*.h %%INCLIB%%\\webp
|
||||||
endlocal
|
endlocal
|
||||||
|
|
||||||
rem Build libtiff
|
rem Build libtiff
|
||||||
|
|
Loading…
Reference in New Issue
Block a user