| 1 | <?xml version="1.0" ?> |
| 2 | <!-- $Id$ --> |
| 3 | |
| 4 | <makefile> |
| 5 | |
| 6 | <include file="../../../build/bakefiles/common_contrib.bkl"/> |
| 7 | |
| 8 | <set var="FOLDBAR_SRC"> |
| 9 | captionbar.cpp |
| 10 | foldpanelbar.cpp |
| 11 | foldpanelitem.cpp |
| 12 | </set> |
| 13 | |
| 14 | <headers template="wx_contrib_headers"> |
| 15 | <files> |
| 16 | wx/foldbar/captionbar.h |
| 17 | wx/foldbar/foldpanelbar.h |
| 18 | wx/foldbar/foldpanelitem.h |
| 19 | </files> |
| 20 | </headers> |
| 21 | |
| 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> |
| 26 | <wx-lib>core</wx-lib> |
| 27 | <wx-lib>base</wx-lib> |
| 28 | </dll> |
| 29 | |
| 30 | <lib id="foldbarlib" template="wx_contrib_lib" cond="SHARED=='0'"> |
| 31 | <sources>$(FOLDBAR_SRC)</sources> |
| 32 | </lib> |
| 33 | |
| 34 | <set var="MSVC6PRJ_MERGED_TARGETS" append="1">foldbar=foldbarlib+foldbardll</set> |
| 35 | |
| 36 | </makefile> |