added expat and XML libraries

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-07-20 22:00:40 +00:00
parent 9fae71ed16
commit a69544bf4d
16 changed files with 977 additions and 395 deletions

View File

@@ -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