]>
Commit | Line | Data |
---|---|---|
acf38e5f VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../../build/bakefiles/common_contrib.bkl"/> | |
7 | ||
8 | <set var="GIZMOS_SRC"> | |
9 | dynamicsash.cpp | |
10 | editlbox.cpp | |
11 | ledctrl.cpp | |
12 | multicell.cpp | |
13 | splittree.cpp | |
14 | statpict.cpp | |
15 | </set> | |
16 | ||
17 | <headers template="wx_contrib_headers"> | |
18 | <files> | |
19 | wx/gizmos/dynamicsash.h | |
20 | wx/gizmos/editlbox.h | |
21 | wx/gizmos/ledctrl.h | |
22 | wx/gizmos/multicell.h | |
23 | wx/gizmos/splittree.h | |
24 | wx/gizmos/statpict.h | |
25 | </files> | |
26 | </headers> | |
27 | ||
28 | <dll id="gizmosdll" template="wx_contrib_dll" cond="SHARED=='1'"> | |
29 | <define>WXMAKINGDLL</define> | |
30 | <sources>$(GIZMOS_SRC)</sources> | |
31 | <wx-lib>core</wx-lib> | |
32 | </dll> | |
33 | ||
34 | <lib id="gizmoslib" template="wx_contrib_lib" cond="SHARED=='0'"> | |
35 | <sources>$(GIZMOS_SRC)</sources> | |
36 | </lib> | |
37 | ||
38 | </makefile> |