2003-06-25 14:48:54 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
|
|
|
|
|
|
|
<set var="GIZMOS_SRC">
|
|
|
|
dynamicsash.cpp
|
|
|
|
editlbox.cpp
|
|
|
|
ledctrl.cpp
|
|
|
|
multicell.cpp
|
|
|
|
splittree.cpp
|
|
|
|
statpict.cpp
|
|
|
|
</set>
|
|
|
|
|
|
|
|
<headers template="wx_contrib_headers">
|
|
|
|
<files>
|
|
|
|
wx/gizmos/dynamicsash.h
|
|
|
|
wx/gizmos/editlbox.h
|
|
|
|
wx/gizmos/ledctrl.h
|
|
|
|
wx/gizmos/multicell.h
|
|
|
|
wx/gizmos/splittree.h
|
|
|
|
wx/gizmos/statpict.h
|
2003-07-23 19:21:19 -04:00
|
|
|
wx/gizmos/gizmos.h
|
2003-06-25 14:48:54 -04:00
|
|
|
</files>
|
|
|
|
</headers>
|
|
|
|
|
|
|
|
<dll id="gizmosdll" template="wx_contrib_dll" cond="SHARED=='1'">
|
2003-07-19 08:03:47 -04:00
|
|
|
<define>WXUSINGDLL</define>
|
|
|
|
<define>WXMAKINGDLL_GIZMOS</define>
|
2003-06-25 14:48:54 -04:00
|
|
|
<sources>$(GIZMOS_SRC)</sources>
|
2003-07-19 08:03:47 -04:00
|
|
|
<wx-lib>base</wx-lib>
|
2003-06-25 14:48:54 -04:00
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
</dll>
|
2003-07-23 19:21:19 -04:00
|
|
|
|
2003-06-25 14:48:54 -04:00
|
|
|
<lib id="gizmoslib" template="wx_contrib_lib" cond="SHARED=='0'">
|
|
|
|
<sources>$(GIZMOS_SRC)</sources>
|
|
|
|
</lib>
|
2003-08-14 16:57:07 -04:00
|
|
|
|
2003-08-25 17:01:05 -04:00
|
|
|
<set var="MSVC6PRJ_MERGED_TARGETS" append="1">gizmos=gizmoslib+gizmosdll</set>
|
2003-06-25 14:48:54 -04:00
|
|
|
|
|
|
|
</makefile>
|