]>
git.saurik.com Git - wxWidgets.git/blob - contrib/build/deprecated/deprecated.bkl
6 <include file=
"../../../build/bakefiles/common_contrib.bkl"/>
8 <set var=
"DEPRECATED_SRC" hints=
"files">
17 these should be generated from lexer.l and parser.y, but
18 since this is deprecated anyway, why bother?
23 <headers template=
"wx_contrib_headers">
27 wx/deprecated/propform.h
28 wx/deprecated/proplist.h
29 wx/deprecated/resource.h
31 wx/deprecated/treelay.h
32 wx/deprecated/wxexpr.h
36 <dll id=
"deprecateddll" template=
"wx_contrib_dll" cond=
"SHARED=='1'">
37 <define>WXUSINGDLL
</define>
38 <define>WXMAKINGDLL_DEPRECATED
</define>
39 <sources>$(DEPRECATED_SRC)
</sources>
44 <lib id=
"deprecatedlib" template=
"wx_contrib_lib" cond=
"SHARED=='0'">
45 <sources>$(DEPRECATED_SRC)
</sources>