Mercurial > hg > index.fcgi > lj > lj046-2players
diff mkzip.bat @ 0:c84446dfb3f5
initial add
author | paulo@localhost |
---|---|
date | Fri, 13 Mar 2009 00:39:12 -0700 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mkzip.bat Fri Mar 13 00:39:12 2009 -0700 1.3 @@ -0,0 +1,16 @@ 1.4 +@echo off 1.5 +echo Compressing 1.6 +upx -9 lj.exe 1.7 + 1.8 +echo Sending zip to local copy of Pin Eight 1.9 +zip -9 -u lj-src.zip -@ < zip.in 1.10 + 1.11 +zip -9 -u lj.zip -@ < binzip.in 1.12 + 1.13 +copy lj.zip E:\p8\lj\ 1.14 +copy lj-src.zip E:\p8\lj\ 1.15 +copy lj-contrib.zip E:\p8\lj\ 1.16 +copy README.html E:\p8\lj\ 1.17 +copy docs\ljhtml.css E:\p8\lj\docs\ 1.18 +start E:\p8\lj 1.19 +echo Now FTP this to the server. 1.20 \ No newline at end of file