moving XRC to the core
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
7e548f6b13
commit
3849327bce
6 changed files with 1082 additions and 3 deletions
|
|
@ -40,10 +40,10 @@ 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', 'dbgrid']
|
||||
'odbc', 'dbgrid', 'xrc']
|
||||
# List of library names/ids for categories with different names:
|
||||
LIBS_NOGUI = ['xml', 'net', 'odbc']
|
||||
LIBS_GUI = ['core', 'adv', 'html', 'gl', 'dbgrid']
|
||||
LIBS_GUI = ['core', 'adv', 'html', 'gl', 'dbgrid', 'xrc']
|
||||
# Additional libraries that must be linked in:
|
||||
EXTRALIBS = {
|
||||
'gl' : '$(EXTRALIBS_OPENGL)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue