MakeInstall4

git-svn-id: svn://ultimatepp.org/upp/trunk@971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2009-03-17 20:44:19 +00:00
parent cbe5a30e3a
commit 8085dfdde4
5 changed files with 118 additions and 114 deletions

View file

@ -106,7 +106,7 @@ CONSOLE_APP_MAIN
Syx(win32 + "/7za/7za.exe a " + tmp + "/upp.7z * -r -mx -m0fb=255 -mf=off"); Syx(win32 + "/7za/7za.exe a " + tmp + "/upp.7z * -r -mx -m0fb=255 -mf=off");
SetCurrentDirectory(tmp); SetCurrentDirectory(tmp);
Syx(win32 + "/umk uppbox WinInstaller2 MSC9 -ar u:/upp-win32-" + Filter(version, FilterVersion) + ".exe"); Syx(win32 + "/umk uppbox WinInstaller2 MSC9 -ar u:/upload/upp-win32-" + Filter(version, FilterVersion) + ".exe");
} }
~/googlecode_upload.py -s win32_daily_build -p upp-mirror upp-win32-962.exe // ~/googlecode_upload.py -s win32_daily_build -p upp-mirror upp-win32-962.exe

View file

@ -3,6 +3,8 @@ echo Path: $PATH
echo Home: $HOME echo Home: $HOME
export WINEDEBUG=-all wine program.exe export WINEDEBUG=-all wine program.exe
mkdir ~/upload || true
bash ~/upp.src/uppbox/Scripts/www bash ~/upp.src/uppbox/Scripts/www
bash ~/upp.src/uppbox/Scripts/win bash ~/upp.src/uppbox/Scripts/win

View file

@ -1,2 +1,4 @@
rm ~/upload/* || true
wine "u:\Win32\theide\umk" uppbox MakeInstall4 MSC9 -ar "u:\mku.exe" wine "u:\Win32\theide\umk" uppbox MakeInstall4 MSC9 -ar "u:\mku.exe"
wine "u:\mku.exe" wine "u:\mku.exe"
upload

View file

@ -1,3 +1,3 @@
rm ~/tmp/makeweb rm ~/tmp/makeweb || true
~/bin/theide uppbox uppweb GCC -abrs ~/tmp/makeweb ~/bin/theide uppbox uppweb GCC -abrs ~/tmp/makeweb
~/tmp/makeweb ~/tmp/makeweb