From 06eab8b2a038b171671b25bc10780854b24b1d73 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 17 Nov 2018 19:44:13 +1100 Subject: [PATCH] Removed unused function --- winbuild/build_dep.py | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/winbuild/build_dep.py b/winbuild/build_dep.py index 3eefb2611..51a4e821a 100644 --- a/winbuild/build_dep.py +++ b/winbuild/build_dep.py @@ -121,24 +121,6 @@ rem build openjpeg setlocal @echo on 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" . nmake -f Makefile clean