git-svn-id: svn://ultimatepp.org/upp/trunk@9638 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-03-26 18:01:19 +00:00
parent 8df30093f3
commit 91f74e546a
2 changed files with 2 additions and 2 deletions

View file

@ -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"));
}

View file

@ -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