6 <include file=
"../../../build/bakefiles/common_contrib.bkl"/>
8 <set var=
"DEPRECATED_SRC" hints=
"files">
18 these should be generated from lexer.l and parser.y, but
19 since this is deprecated anyway, why bother?
24 <headers template=
"wx_contrib_headers">
28 wx/deprecated/propform.h
29 wx/deprecated/proplist.h
30 wx/deprecated/resource.h
32 wx/deprecated/tbarsmpl.h
33 wx/deprecated/treelay.h
34 wx/deprecated/wxexpr.h
38 <dll id=
"deprecateddll" template=
"wx_contrib_dll" cond=
"SHARED=='1'">
39 <define>WXUSINGDLL
</define>
40 <define>WXMAKINGDLL_DEPRECATED
</define>
41 <include>$(SRCDIR)
</include>
42 <sources>$(DEPRECATED_SRC)
</sources>
47 <lib id=
"deprecatedlib" template=
"wx_contrib_lib" cond=
"SHARED=='0'">
48 <include>$(SRCDIR)
</include>
49 <sources>$(DEPRECATED_SRC)
</sources>
52 <set var=
"MSVC6PRJ_MERGED_TARGETS" append=
"1">deprecated=deprecatedlib+deprecateddll
</set>