X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea66c762e879b646763c0fe56559c2deb8f9a029..cecc483e14c2fa839830052ab870de6c53ef3095:/build/bakefiles/wxwin.py diff --git a/build/bakefiles/wxwin.py b/build/bakefiles/wxwin.py index 9496dcb052..071e25d93b 100644 --- a/build/bakefiles/wxwin.py +++ b/build/bakefiles/wxwin.py @@ -29,10 +29,10 @@ def mk_wxid(id): # All libs that are part of the main library (i.e. non-contrib): -MAIN_LIBS = ['mono', 'base', 'core', 'html'] +MAIN_LIBS = ['mono', 'base', 'core', 'html', 'xml'] # List of library names/ids for categories with different names: -LIBS_NOGUI = [''] -LIBS_GUI = ['core', 'html'] +LIBS_NOGUI = ['xml'] +LIBS_GUI = ['core', 'html', 'gl'] def mkLibName(wxid): """Returns string that can be used as library name, including name