mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.uppbox
git-svn-id: svn://ultimatepp.org/upp/trunk@9638 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8df30093f3
commit
91f74e546a
2 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@ int FilterVersion(int c) { return c == ':' ? '_' : c; }
|
|||
|
||||
void Make(String pkg, String exe, String method = "MINGW")
|
||||
{
|
||||
Syx("u:/Win32/upp/umk " + ass + " " + pkg + " u:/Win32/upp/" + method + ".bm -arv " + upptmp + "/" + exe);
|
||||
Syx("c:/upp/umk " + ass + " " + pkg + " c:/upp/" + method + ".bm -arv " + upptmp + "/" + exe);
|
||||
FileDelete(upptmp + "/" + ForceExt(exe, ".map"));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ set -e
|
|||
# u:/ is set to be the home folder of account responsible for building
|
||||
# wine and SDK is installed there...
|
||||
|
||||
wine u:/Win32/upp/umk u:/upp.src/uppbox,u:/upp.src/uppsrc MakeInstall5 u:/Win32/upp/MINGW.bm -ar u:/mku.exe
|
||||
wine c:/Win32/upp/umk u:/upp.src/uppbox,u:/upp.src/uppsrc MakeInstall5 c:/upp/MINGW.bm -ar u:/mku.exe
|
||||
wine u:/mku.exe
|
||||
|
||||
#~/bin/upload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue