mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #3466 from radarhere/winbuild
Removed unused function
This commit is contained in:
commit
50d49d619b
|
@ -121,24 +121,6 @@ rem build openjpeg
|
||||||
setlocal
|
setlocal
|
||||||
@echo on
|
@echo on
|
||||||
cd /D %%OPENJPEG%%%(inc_dir)s
|
cd /D %%OPENJPEG%%%(inc_dir)s
|
||||||
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=OFF -G "NMake Makefiles" .
|
|
||||||
nmake -f Makefile clean
|
|
||||||
nmake -f Makefile
|
|
||||||
copy /Y /B bin\* %%INCLIB%%
|
|
||||||
mkdir %%INCLIB%%\openjpeg-%(op_ver)s
|
|
||||||
copy /Y /B src\lib\openjp2\*.h %%INCLIB%%\openjpeg-%(op_ver)s
|
|
||||||
endlocal
|
|
||||||
""" % atts
|
|
||||||
|
|
||||||
|
|
||||||
def msbuild_openjpeg(compiler):
|
|
||||||
atts = {'op_ver': '2.1'}
|
|
||||||
atts.update(compiler)
|
|
||||||
return r"""
|
|
||||||
rem build openjpeg
|
|
||||||
setlocal
|
|
||||||
@echo on
|
|
||||||
cd /D %%OPENJPEG%%%(inc_dir)s
|
|
||||||
|
|
||||||
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=OFF -G "NMake Makefiles" .
|
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=OFF -G "NMake Makefiles" .
|
||||||
nmake -f Makefile clean
|
nmake -f Makefile clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user