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()
status = proc.returncode
print (stderr)
print ("Done with %s: %s" % (version, status))
return (version, status, trace, stderr)
except Exception as msg:

View File

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