mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +03:00
only build tiff libs
This commit is contained in:
parent
e99631125d
commit
c95515ec52
|
@ -197,7 +197,7 @@ copy %%~dp0\nmake.opt %%TIFF%%
|
|||
|
||||
cd /D %%TIFF%%
|
||||
nmake -f makefile.vc clean
|
||||
nmake -f makefile.vc
|
||||
nmake -f makefile.vc lib
|
||||
copy /Y /B libtiff\*.dll %%INCLIB%%
|
||||
copy /Y /B libtiff\*.lib %%INCLIB%%
|
||||
copy /Y /B libtiff\tiff*.h %%INCLIB%%
|
||||
|
|
Loading…
Reference in New Issue
Block a user