mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Developing infrastructure
git-svn-id: svn://ultimatepp.org/upp/trunk@973 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
4c30638299
commit
4332b6cb5f
4 changed files with 6 additions and 4 deletions
|
|
@ -108,5 +108,3 @@ CONSOLE_APP_MAIN
|
|||
SetCurrentDirectory(tmp);
|
||||
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
|
||||
|
|
|
|||
|
|
@ -9,4 +9,6 @@ bash ~/upp.src/uppbox/Scripts/www
|
|||
|
||||
bash ~/upp.src/uppbox/Scripts/win
|
||||
|
||||
rm ~/upp.tmp/* # rm removes Win32 specific files (.dll, .exe), so we have "clean" sources now
|
||||
|
||||
bash ~/upp.src/uppbox/Scripts/src
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
bin/theide uppsrc ide GCC -asrxM upp.src
|
||||
rm ~/upload/* || true
|
||||
~/bin/theide upptmp ide GCC -asrxM ~/upp.tmp/u/upp.src
|
||||
tar -xvvzf ~/upload/upp-src-`svnversion ~/upp.src` ~/upp.tmp/u/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
rm ~/upload/* || true
|
||||
wine "u:\Win32\theide\umk" uppbox MakeInstall4 MSC9 -ar "u:\mku.exe"
|
||||
wine "u:\mku.exe"
|
||||
upload
|
||||
~/bin/upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue