mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
uppbox: win32-files
git-svn-id: svn://ultimatepp.org/upp/trunk@8192 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
bbb6f7dacd
commit
95d5b8bcc9
3 changed files with 3 additions and 10 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
BIN
uppbox/win32-files/en-gb.scd
Normal file
BIN
uppbox/win32-files/en-gb.scd
Normal file
Binary file not shown.
BIN
uppbox/win32-files/en-us.scd
Normal file
BIN
uppbox/win32-files/en-us.scd
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue