debugging updates

This commit is contained in:
wiredfool 2014-06-05 00:09:50 +00:00
parent 71ebbe492d
commit 991aeed975
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@ def run_script(params):
) )
(trace, stderr) = proc.communicate() (trace, stderr) = proc.communicate()
status = proc.returncode status = proc.returncode
print (stderr)
print ("Done with %s: %s" % (version, status)) print ("Done with %s: %s" % (version, status))
return (version, status, trace, stderr) return (version, status, trace, stderr)
except Exception as msg: except Exception as msg:

View File

@ -115,7 +115,7 @@ endlocal
rem build openjpeg rem build openjpeg
setlocal setlocal
cd /D %%OPENJPEG&& cd /D %%OPENJPEG%%
%%CMAKE%% -DBUILD_THIRDPARTY:BOOL=ON . %%CMAKE%% -DBUILD_THIRDPARTY:BOOL=ON .
nmake -f Makefile.vc clean nmake -f Makefile.vc clean
nmake -f Makefile.vc nmake -f Makefile.vc