X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13cb46e0b6fe6d404c6e28bec1744a5fc30356b9..f820e98de02ee9c5d34f28372a2324d9b2909f6c:/build/bakefiles/wxwin.py?ds=sidebyside diff --git a/build/bakefiles/wxwin.py b/build/bakefiles/wxwin.py index 688eb37cca..0f8facd4df 100644 --- a/build/bakefiles/wxwin.py +++ b/build/bakefiles/wxwin.py @@ -30,10 +30,11 @@ def mk_wxid(id): # All libs that are part of the main library (i.e. non-contrib): -MAIN_LIBS = ['mono', 'base', 'core', 'adv', 'html', 'xml', 'net'] +MAIN_LIBS = ['mono', 'base', 'core', 'adv', 'html', 'xml', 'net', + 'odbc', 'dbgrid'] # List of library names/ids for categories with different names: -LIBS_NOGUI = ['xml', 'net'] -LIBS_GUI = ['core', 'adv', 'html', 'gl'] +LIBS_NOGUI = ['xml', 'net', 'odbc'] +LIBS_GUI = ['core', 'adv', 'html', 'gl', 'dbgrid'] def mkLibName(wxid): """Returns string that can be used as library name, including name