mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
umk: relative inline assembly paths
git-svn-id: svn://ultimatepp.org/upp/trunk@3745 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ed6b1be865
commit
dbe50beb11
1 changed files with 4 additions and 1 deletions
|
|
@ -58,7 +58,10 @@ CONSOLE_APP_MAIN
|
|||
SilentMode = true;
|
||||
}
|
||||
if(!FileExists(GetUmkFile(arg[0] + ".var"))) {
|
||||
SetVar("UPP", arg[0], false);
|
||||
Vector<String> h = SplitDirs(arg[0]);
|
||||
for(int i = 0; i < h.GetCount(); i++)
|
||||
h[i] = GetFullPath(h[i]);
|
||||
SetVar("UPP", Join(h, ";"), false);
|
||||
String outdir = ConfigFile("_out");
|
||||
RealizeDirectory(outdir);
|
||||
SetVar("OUTPUT", outdir, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue