From c81032a760e9851cc8b8338c763214f4adb20b23 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 16 Apr 2006 15:42:00 +0000 Subject: [PATCH] allow specifying non default libraries for gnu output format (patch 1469464) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38756 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/wxpresets/presets/wx.bkl | 12 +++++++++- build/bakefiles/wxpresets/presets/wx_unix.bkl | 24 ++++++++++++++----- .../bakefiles/wxpresets/presets/wx_win32.bkl | 9 ------- 3 files changed, 29 insertions(+), 16 deletions(-) diff --git a/build/bakefiles/wxpresets/presets/wx.bkl b/build/bakefiles/wxpresets/presets/wx.bkl index 6cbcdbcac0..4885d01941 100644 --- a/build/bakefiles/wxpresets/presets/wx.bkl +++ b/build/bakefiles/wxpresets/presets/wx.bkl @@ -12,7 +12,17 @@ - 2 + 3 + + + base core net xml odbc xrc html adv media gl dbgrid qa + + + animate applet deprecated fl foldbar gizmos mmedia netutils ogl plot stc svg + $(LIB_LIST) $(CONTRIBLIB_LIST) + + diff --git a/build/bakefiles/wxpresets/presets/wx_unix.bkl b/build/bakefiles/wxpresets/presets/wx_unix.bkl index d08f13e52d..f03e0d79ec 100644 --- a/build/bakefiles/wxpresets/presets/wx_unix.bkl +++ b/build/bakefiles/wxpresets/presets/wx_unix.bkl @@ -55,10 +55,6 @@ Format-specific notes: `$(DOLLAR)(WX_CONFIG) --cppflags` C preprocessor flags to use with wxWidgets code -