From 606abde1a3a53e07401adb9c2000caa9954031ba Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 28 Apr 2009 07:04:53 +0000 Subject: [PATCH] Add a batch file to generate a distfile that can be uploaded. Originally committed to SVN as r2870. --- aegisub/tinderbox/windows/dist.bat | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 aegisub/tinderbox/windows/dist.bat diff --git a/aegisub/tinderbox/windows/dist.bat b/aegisub/tinderbox/windows/dist.bat new file mode 100755 index 000000000..3969dc858 --- /dev/null +++ b/aegisub/tinderbox/windows/dist.bat @@ -0,0 +1,8 @@ +set dist_dir="aegisub-%1-%2-%3-r%4" +md %dist_dir% +xcopy aegisub\tinderbox\windows\bin\aegisub32.exe %dist_dir% +xcopy aegisub\tinderbox\windows\bin\aegisub32.pdb %dist_dir% +xcopy aegisub\tinderbox\windows\bin\libauto3_32.dll %dist_dir% +xcopy aegisub\tinderbox\windows\bin\libauto3_32.pdb %dist_dir% + +"c:\Program Files (x86)\7-Zip\7z.exe" -bd a %dist_dir%.7z %dist_dir%/*