~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
    TODO List for wxWidgets-CMake
    =============================

    Overall Project
    ---------------

    - Include GTK specific sources
    - Include Darwin (Apple OSX) specific sources
    - Add header files to source files in order to generate correct dependencies?

    wxWidgets
    ---------

    - Support WX_MONOLITHIC
    - Support WX_UNIVERSAL
    - wx-config should be included so that POSIX and POSIX-style shells can use
      it to configure build systems

    wxPython
    --------

    - Honour WX_ options by altering build accordingly