From ead82e7140bfbbe418d2f72183805ca069061736 Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 26 Mar 2016 18:01:19 +0000 Subject: [PATCH] .uppbox git-svn-id: svn://ultimatepp.org/upp/trunk@9638 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppbox/MakeInstall5/Main.cpp | 2 +- uppbox/Scripts/win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uppbox/MakeInstall5/Main.cpp b/uppbox/MakeInstall5/Main.cpp index b6a0ede7a..8c1c0f061 100644 --- a/uppbox/MakeInstall5/Main.cpp +++ b/uppbox/MakeInstall5/Main.cpp @@ -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")); } diff --git a/uppbox/Scripts/win b/uppbox/Scripts/win index c8687b866..f6f811168 100644 --- a/uppbox/Scripts/win +++ b/uppbox/Scripts/win @@ -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