6 <include file=
"../../../build/bakefiles/common_contrib.bkl"/>
17 <set var=
"GIZMOS_XRC_SRC">
21 <headers template=
"wx_contrib_headers">
23 wx/gizmos/dynamicsash.h
30 wx/gizmos/xh_statpict.h
34 <dll id=
"gizmosdll" template=
"wx_contrib_dll" cond=
"SHARED=='1'">
35 <define>WXUSINGDLL
</define>
36 <define>WXMAKINGDLL_GIZMOS
</define>
37 <sources>$(GIZMOS_SRC)
</sources>
42 <dll id=
"gizmos_xrcdll" template=
"wx_contrib_dll"
43 cond=
"SHARED=='1' and USE_XRC=='1'">
44 <define>WXUSINGDLL
</define>
45 <define>WXMAKINGDLL_GIZMOS_XRC
</define>
46 <sources>$(GIZMOS_XRC_SRC)
</sources>
47 <library>gizmosdll
</library>
54 <lib id=
"gizmoslib" template=
"wx_contrib_lib" cond=
"SHARED=='0'">
55 <sources>$(GIZMOS_SRC)
</sources>
58 <lib id=
"gizmos_xrclib" template=
"wx_contrib_lib"
59 cond=
"SHARED=='0' and USE_XRC=='1'">
60 <sources>$(GIZMOS_XRC_SRC)
</sources>
63 <set var=
"MSVC6PRJ_MERGED_TARGETS" append=
"1">gizmos=gizmoslib+gizmosdll
</set>
64 <set var=
"MSVC6PRJ_MERGED_TARGETS" append=
"1">gizmos_xrc=gizmos_xrclib+gizmos_xrcdll
</set>