.MakeInstall4

git-svn-id: svn://ultimatepp.org/upp/trunk@4485 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-01-29 09:59:13 +00:00
parent 35747a1455
commit bf992d63bb

View file

@ -117,5 +117,6 @@ CONSOLE_APP_MAIN
Syx(win32 + "/7za/7za.exe a " + tmp + "/upp.7z * -r -mx -m0fb=255 -mf=off");
SetCurrentDirectory(tmp);
Syx(win32 + "/umk uppbox WinInstaller2 MSC9 -ar u:/upload/upp-win32-" + Filter(version, FilterVersion) + ".exe");
Syx(win32 + "/umk " + upptmp + "/uppbox," + upptmp + "/uppsrc WinInstaller2 " + win32 +
"/MSC9 -ar u:/upload/upp-win32-" + Filter(version, FilterVersion) + ".exe");
}