X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3beb50e570f1b4f7a97c767677451ffc558fa22f..1828600933a1c9bb4b81d10225bd15e1d505c21f:/build/bakefiles/wxwin.py?ds=sidebyside diff --git a/build/bakefiles/wxwin.py b/build/bakefiles/wxwin.py index 0cdf3a45d6..59ddd43e4e 100644 --- a/build/bakefiles/wxwin.py +++ b/build/bakefiles/wxwin.py @@ -1,7 +1,6 @@ # # Helper functions for wxWidgets bakefiles # -# $Id$ # @@ -39,12 +38,12 @@ def mk_wxid(id): # All libs that are part of the main library: -MAIN_LIBS = ['mono', 'base', 'core', 'adv', 'html', 'xml', 'net', 'web', +MAIN_LIBS = ['mono', 'base', 'core', 'adv', 'html', 'xml', 'net', 'webview', 'media', 'qa', 'xrc', 'aui', 'ribbon', 'propgrid', 'richtext', 'stc'] # List of library names/ids for categories with different names: LIBS_NOGUI = ['xml', 'net'] LIBS_GUI = ['core', 'adv', 'html', 'gl', 'qa', 'xrc', 'media', - 'aui', 'propgrid', 'richtext', 'stc', 'ribbon', 'web'] + 'aui', 'propgrid', 'richtext', 'stc', 'ribbon', 'webview'] # Additional libraries that must be linked in: EXTRALIBS = { 'gl' : '$(EXTRALIBS_OPENGL)',