Skip to content

Commit

Permalink
Removed now redundant echo ons
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored and nulano committed Sep 22, 2019
1 parent cf9529b commit 768a6cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions winbuild/build_dep.py
Expand Up @@ -67,7 +67,6 @@ def extract_openjpeg(compiler):
r"""
rem build openjpeg
setlocal
@echo on
cd %%BUILD%%
mkdir %%INCLIB%%\openjpeg-2.0
copy /Y /B openjpeg-2.0.0-win32-x86\include\openjpeg-2.0 %%INCLIB%%\openjpeg-2.0
Expand Down Expand Up @@ -140,7 +139,6 @@ def nmake_openjpeg(compiler, bit):
"""
+ vc_setup(compiler, bit)
+ r"""
@echo on
cd /D %%OPENJPEG%%%(inc_dir)s
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=OFF -DCMAKE_BUILD_TYPE=Release -G "NMake Makefiles" .
Expand Down

0 comments on commit 768a6cb

Please sign in to comment.