Skip to content

Commit

Permalink
Merge pull request #3466 from radarhere/winbuild
Browse files Browse the repository at this point in the history
Removed unused function
  • Loading branch information
hugovk authored Nov 17, 2018
2 parents 6834319 + 06eab8b commit 50d49d6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions winbuild/build_dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,24 +121,6 @@ def nmake_openjpeg(compiler):
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
Expand Down

0 comments on commit 50d49d6

Please sign in to comment.