From b7412a08c62016da444a6668e1e78554b3e47067 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 24 Jul 2009 00:38:48 +0000 Subject: [PATCH] Make the windows buildbot not try to copy the now non-existent auto3 dll. Originally committed to SVN as r3245. --- aegisub/tinderbox/windows/dist.bat | 2 -- 1 file changed, 2 deletions(-) diff --git a/aegisub/tinderbox/windows/dist.bat b/aegisub/tinderbox/windows/dist.bat index ee418b8cf..bed45ef49 100755 --- a/aegisub/tinderbox/windows/dist.bat +++ b/aegisub/tinderbox/windows/dist.bat @@ -2,7 +2,5 @@ set dist_dir="aegisub-%1-%2-%3-r%4" md %dist_dir% xcopy aegisub\tinderbox\windows\bin\aegisub??.exe %dist_dir% xcopy aegisub\tinderbox\windows\bin\aegisub??.pdb %dist_dir% -xcopy aegisub\tinderbox\windows\bin\libauto3_??.dll %dist_dir% -xcopy aegisub\tinderbox\windows\bin\libauto3_??.pdb %dist_dir% "c:\Program Files (x86)\7-Zip\7z.exe" -bd a dist.7z %dist_dir%/*