X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb41dcbe3a1ee4df0cd6a44e9cfb6a55b5d94fd6..9ff1579dd2b010235ce2e755781dedbd5c7b569f:/build/bakefiles/wxwin.py diff --git a/build/bakefiles/wxwin.py b/build/bakefiles/wxwin.py index 07b3075b11..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', 'odbc'] +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', 'odbc'] +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