mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-06 22:04:13 -06:00
.ide: OWC builder console cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4934 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
816c375c05
commit
37fa38cc46
1 changed files with 1 additions and 2 deletions
|
|
@ -111,10 +111,10 @@ bool OwcBuilder::BuildPackage(const String& package, Vector<String>& linkfile, S
|
|||
bool init = (i >= first_ifile);
|
||||
String objfile = CatAnyPath(outdir, GetFileName(fn) + ".obj");
|
||||
if (HdependFileTime(fn) > GetFileTime(objfile)) {
|
||||
PutConsole(GetFileNamePos(fn));
|
||||
int time = GetTickCount();
|
||||
bool execerr = false;
|
||||
if (rc) {
|
||||
PutConsole(GetFileNamePos(fn));
|
||||
objfile = ForceExt(objfile, ".res");
|
||||
int slot = AllocSlot();
|
||||
if (slot < 0 || !Run("wrc -q -r -x -fo=" + GetHostPathQ(objfile) + Includes(" -i=", package, pkg)
|
||||
|
|
@ -123,7 +123,6 @@ bool OwcBuilder::BuildPackage(const String& package, Vector<String>& linkfile, S
|
|||
}
|
||||
else
|
||||
if (brc) {
|
||||
PutConsole(GetFileNamePos(fn));
|
||||
try {
|
||||
String hfn = GetHostPath(fn);
|
||||
String brcdata = LoadFile(hfn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue