]>
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 | |
e4a7bbfc | 25 | wx/gizmos/gizmos.h |
acf38e5f VS |
26 | </files> |
27 | </headers> | |
28 | ||
29 | <dll id="gizmosdll" template="wx_contrib_dll" cond="SHARED=='1'"> | |
936a13b5 VS |
30 | <define>WXUSINGDLL</define> |
31 | <define>WXMAKINGDLL_GIZMOS</define> | |
acf38e5f | 32 | <sources>$(GIZMOS_SRC)</sources> |
936a13b5 | 33 | <wx-lib>base</wx-lib> |
acf38e5f VS |
34 | <wx-lib>core</wx-lib> |
35 | </dll> | |
e4a7bbfc | 36 | |
acf38e5f VS |
37 | <lib id="gizmoslib" template="wx_contrib_lib" cond="SHARED=='0'"> |
38 | <sources>$(GIZMOS_SRC)</sources> | |
39 | </lib> | |
dd672d67 | 40 | |
fdec2f7d | 41 | <set var="MSVC6PRJ_MERGED_TARGETS" append="1">gizmos=gizmoslib+gizmosdll</set> |
acf38e5f VS |
42 | |
43 | </makefile> |