uppbox: win32-files

git-svn-id: svn://ultimatepp.org/upp/trunk@8192 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-02-23 07:49:56 +00:00
parent bbb6f7dacd
commit 95d5b8bcc9
3 changed files with 3 additions and 10 deletions

View file

@ -69,11 +69,6 @@ String ass = upptmp + "/uppsrc";
String upp = "u:/upp.src";
String uppsrc = upp + "/uppsrc";
void CopyIdeFile(const String& fn)
{
SaveFile(upptmp + '/' + fn, LoadFile("c:/theide/" + fn));
}
int NoDigit(int c) { return IsDigit(c) ? 0 : c; }
int FilterVersion(int c) { return c == ':' ? '_' : c; }
@ -85,7 +80,7 @@ void Make(String pkg, String exe, String method = "MSC9")
CONSOLE_APP_MAIN
{
Vector<String> s = Split(Syx("svnversion " + upp), NoDigit);
Vector<String> s = Split(Syx("svnversion " + uppsrc), NoDigit);
if(s.GetCount() == 0)
Error("Invalid version");
String version = s.Top();
@ -96,6 +91,8 @@ CONSOLE_APP_MAIN
RealizeDirectory("u:/upload");
CopyFolder(upp + "/uppbox/win32-files", upptmp);
CopyFolders(uppsrc, ass, uppsrc + "/packages");
CopyFolders(uppsrc, ass, uppsrc + "/packages1", false);
CopyFolders(upp, upptmp, uppsrc + "/assemblies");
@ -106,10 +103,6 @@ CONSOLE_APP_MAIN
Make("ide", "theide64.exe", "MSC9X64");
Make("umk", "umk.exe");
CopyIdeFile("c:/theide/dbghelp.dll");
CopyIdeFile("c:/theide/en-us.scd");
CopyIdeFile("c:/theide/en-gb.scd");
SetCurrentDirectory(upptmp);
SaveFile("install.upp", LoadFile(uppsrc + "/install.upp"));

Binary file not shown.

Binary file not shown.