From c79241a238663d524ba4b9b63bcf9952f3d58609 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 1 Feb 2004 18:31:54 +0000 Subject: [PATCH] changes to make building plugins possible; build wxSound SDL plugin on Unix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/common.bkl | 33 +++++++++++++++++++++++++------- build/bakefiles/config.bkl | 22 +++++++++++++++++++++ build/bakefiles/files.bkl | 29 +++++++++++++++++++++++++--- build/bakefiles/monolithic.bkl | 5 +++-- build/bakefiles/multilib.bkl | 7 ++++--- build/bakefiles/plugins.bkl | 16 ++++++++++++++++ build/bakefiles/plugins_deps.bkl | 21 ++++++++++++++++++++ build/bakefiles/wx.bkl | 11 ++++++----- build/bakefiles/wxwin.py | 3 ++- 9 files changed, 126 insertions(+), 21 deletions(-) create mode 100644 build/bakefiles/plugins.bkl create mode 100644 build/bakefiles/plugins_deps.bkl diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 4be742cddb..afda35b578 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -10,7 +10,8 @@ - + + @@ -464,9 +465,9 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h - + - -$(WXVER_MAJOR).$(WXVER_MINOR) + $(WXVER_MAJOR).$(WXVER_MINOR) $(WXVER_MAJOR)$(WXVER_MINOR) @@ -474,32 +475,50 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h - + - -$(WXVER_MAJOR).$(WXVER_MINOR).$(WXVER_RELEASE) + $(WXVER_MAJOR).$(WXVER_MINOR).$(WXVER_RELEASE) $(WXVER_MAJOR)$(WXVER_MINOR)$(WXVER_RELEASE) + + - + + + $(PLUGVERDELIM)$(PLUGIN_VERSION0) + + + + _d + _u + _ud + + + + $(LIBDIR)/wx/$(PLUGIN_VERSION0) + diff --git a/build/bakefiles/config.bkl b/build/bakefiles/config.bkl index 1177b1527d..930eb771c6 100644 --- a/build/bakefiles/config.bkl +++ b/build/bakefiles/config.bkl @@ -100,6 +100,20 @@ Acts according to DEBUG_INFO by default. + + + + + 0 + +