From 46da6d0629858da0b82ec54f2d804edc80eef552 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 17 Jan 2005 13:02:12 +0000 Subject: [PATCH] Minor output simplification. Significantly influences all makefiles but nothing regenerated before incoming new bakefile release. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 3e04b9ab3b..5514715acd 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -204,13 +204,15 @@ $(OBJS) + + lib + dll + + $(top_builddir)lib - - $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)$(DIR_SUFFIX_CPU)_lib$(CFG) - - - $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)$(DIR_SUFFIX_CPU)_dll$(CFG) + + $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) -- 2.45.2