6 <include file=
"../../../build/bakefiles/common_contrib.bkl"/>
8 <set var=
"FOLDBAR_SRC">
14 <headers template=
"wx_contrib_headers">
16 wx/foldbar/captionbar.h
17 wx/foldbar/foldpanelbar.h
18 wx/foldbar/foldpanelitem.h
22 <dll id=
"foldbardll" template=
"wx_contrib_dll" cond=
"SHARED=='1'">
23 <define>WXUSINGDLL
</define>
24 <define>WXMAKINGDLL_FOLDBAR
</define>
25 <sources>$(FOLDBAR_SRC)
</sources>
30 <lib id=
"foldbarlib" template=
"wx_contrib_lib" cond=
"SHARED=='0'">
31 <sources>$(FOLDBAR_SRC)
</sources>
34 <set var=
"MSVC6PRJ_MERGED_TARGETS" append=
"1">foldbar=foldbarlib+foldbardll
</set>