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