From ee929bcff4394798c02c0c9bbca6d345eac933c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Fri, 15 Aug 2003 21:20:32 +0000 Subject: [PATCH] change MSW libs directories so that libraries are shared by builds git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 47 +++++++++++++++++++++++++------------- build/bakefiles/jpeg.bkl | 2 +- build/bakefiles/wx.bkl | 18 +++++++++------ build/bakefiles/wxwin.py | 1 + 4 files changed, 44 insertions(+), 24 deletions(-) diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index a700aa95ee..6747e1edc8 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -163,10 +163,20 @@ $(top_builddir)lib - - $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)_$(CFG_NAME_PART) + + $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)_lib$(CFG) + + + $(nativePaths(TOP_SRCDIR))lib$(DIRSEP)$(COMPILER)_dll$(CFG) + + + + $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) + + + @@ -253,14 +263,7 @@ $(UNICODE_DEFINE) $(TOP_SRCDIR)include $(LIBDIRNAME) - $(LIBDIRNAME) - $(INC_TIFF) - $(INC_JPEG) - $(INC_PNG) - $(INC_ZLIB) - $(INC_ODBC) - $(INC_REGEX) - $(INC_EXPAT) + $(SETUPHDIR) @@ -400,16 +403,28 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(LIBDIRNAME)\wx\setup.h wxodbc wxregex + + -