mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Scripts...
git-svn-id: svn://ultimatepp.org/upp/trunk@980 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
90c92a2b90
commit
1633c3d779
4 changed files with 9 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
echo makewww started at `date`
|
||||
echo Path: $PATH
|
||||
echo Home: $HOME
|
||||
export WINEDEBUG=-all wine program.exe
|
||||
|
||||
set -e
|
||||
|
||||
mkdir ~/upload || true
|
||||
|
||||
bash ~/upp.src/uppbox/Scripts/www
|
||||
|
|
|
|||
|
|
@ -1,7 +1,10 @@
|
|||
set -e
|
||||
|
||||
rm ~/upload/* || true
|
||||
rm ~/upp.tmp/* # rm removes Win32 specific files (.dll, .exe), so we have "clean" sources now
|
||||
~/bin/theide uppsrc ide GCC -asrxM ~/upp.tmp/u
|
||||
cd ~/upp.tmp
|
||||
mv u upp-src-`svnversion ~/upp.src`
|
||||
tar -cvvzf ~/upload/upp-src-`svnversion ~/upp.src`.tar.gz upp-src-`svnversion ~/upp.src`
|
||||
~/bin/upload
|
||||
mv upp-src-`svnversion ~/upp.src` u
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
rm ~/upload/* || true
|
||||
wine "u:\Win32\theide\umk" uppbox MakeInstall4 MSC9 -ar "u:\mku.exe"
|
||||
wine "u:\mku.exe"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
rm ~/tmp/makeweb || true
|
||||
~/bin/theide uppbox uppweb GCC -abrs ~/tmp/makeweb
|
||||
~/tmp/makeweb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue