Skip to content

Commit

Permalink
Added error log to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarrier committed May 17, 2012
1 parent 1fce2b0 commit 7c3148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release-win.pl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ sub read_pipe_line {
chdir "win32" or die "error changing directory into win32";
# Get rid of everything in the release dir (since we'll be doing * copy)
`rm -f release/*`;
`vcbuild tsk-win.sln "Release|Win32"`;
`vcbuild /errfile:BuildErrors.txt tsk-win.sln "Release|Win32"`;
chdir "..";

# Do a basic check on some of the executables
Expand Down

0 comments on commit 7c3148f

Please sign in to comment.