From 37fa38cc462e1e211555d4d01e08df1c58e51c0c Mon Sep 17 00:00:00 2001 From: cxl Date: Sat, 12 May 2012 09:32:53 +0000 Subject: [PATCH] .ide: OWC builder console cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@4934 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Builders/OwcBuilder.icpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/uppsrc/ide/Builders/OwcBuilder.icpp b/uppsrc/ide/Builders/OwcBuilder.icpp index 93fd02910..ee24aae69 100644 --- a/uppsrc/ide/Builders/OwcBuilder.icpp +++ b/uppsrc/ide/Builders/OwcBuilder.icpp @@ -111,10 +111,10 @@ bool OwcBuilder::BuildPackage(const String& package, Vector& 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& linkfile, S } else if (brc) { - PutConsole(GetFileNamePos(fn)); try { String hfn = GetHostPath(fn); String brcdata = LoadFile(hfn);