X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2f8711edd09e164e25a6349ab70923a9a59e7361..6d595f3d7abc59d903dba5c8d9e6dd082f7b4671:/build/bakefiles/wxwin.py diff --git a/build/bakefiles/wxwin.py b/build/bakefiles/wxwin.py index 8b9192c59c..bad7270fa0 100644 --- a/build/bakefiles/wxwin.py +++ b/build/bakefiles/wxwin.py @@ -40,11 +40,11 @@ def mk_wxid(id): # All libs that are part of the main library: MAIN_LIBS = ['mono', 'base', 'core', 'adv', 'html', 'xml', 'net', - 'media', 'qa', 'xrc', 'aui', 'richtext', 'stc'] + 'media', 'qa', 'xrc', 'aui', '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', 'richtext', 'stc'] + 'aui', 'propgrid', 'richtext', 'stc'] # Additional libraries that must be linked in: EXTRALIBS = { 'gl' : '$(EXTRALIBS_OPENGL)',