aboutsummaryrefslogtreecommitdiff
path: root/modules/Targets/unix/descriptors/libwx_gtk2_ogl.xml
blob: 0c84206c74a6dd83732d968bc779ece3ee4b160a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<add_include_paths>
    /usr/lib/wx/include
</add_include_paths>

<skip_include_paths>
    /usr/include/wx-2.8/wx
</skip_include_paths>

<defines>
    #define __WXGTK__
    #define wxUSE_GUI 1
</defines>

<include_preamble>
    wx/wx.h
</include_preamble>

<skip_including>
    /generic/
    /unix/
</skip_including>