mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
MakeInstall4
git-svn-id: svn://ultimatepp.org/upp/trunk@971 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cbe5a30e3a
commit
8085dfdde4
5 changed files with 118 additions and 114 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue