1. added wxAdvanced

2. fixed setup.h creation in VC++ projects
3. temporarily disable GUI sockets code in non-msw ports so that they link


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-02 01:07:39 +00:00
parent 12f190b09c
commit 13cb46e0b6
5 changed files with 94 additions and 43 deletions

View File

@@ -30,10 +30,10 @@ def mk_wxid(id):
# All libs that are part of the main library (i.e. non-contrib):
MAIN_LIBS = ['mono', 'base', 'core', 'html', 'xml', 'net']
MAIN_LIBS = ['mono', 'base', 'core', 'adv', 'html', 'xml', 'net']
# List of library names/ids for categories with different names:
LIBS_NOGUI = ['xml', 'net']
LIBS_GUI = ['core', 'html', 'gl']
LIBS_GUI = ['core', 'adv', 'html', 'gl']
def mkLibName(wxid):
"""Returns string that can be used as library name, including name