2003-08-03 13:11:53 -04:00
|
|
|
<?xml version="1.0" ?>
|
|
|
|
<!-- $Id$ -->
|
|
|
|
|
|
|
|
<makefile>
|
|
|
|
|
|
|
|
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
|
|
|
|
|
|
|
<set var="DEPRECATED_SRC" hints="files">
|
|
|
|
prop.cpp
|
|
|
|
propform.cpp
|
|
|
|
proplist.cpp
|
|
|
|
resource.cpp
|
2003-08-17 06:20:08 -04:00
|
|
|
tbarsmpl.cpp
|
2003-08-17 06:41:12 -04:00
|
|
|
treelay.cpp
|
2003-08-03 13:11:53 -04:00
|
|
|
wxexpr.cpp
|
|
|
|
|
|
|
|
<!--
|
|
|
|
these should be generated from lexer.l and parser.y, but
|
|
|
|
since this is deprecated anyway, why bother?
|
|
|
|
-->
|
|
|
|
dosyacc.c
|
|
|
|
</set>
|
|
|
|
|
|
|
|
<headers template="wx_contrib_headers">
|
|
|
|
<files>
|
|
|
|
wx/deprecated/expr.h
|
|
|
|
wx/deprecated/prop.h
|
|
|
|
wx/deprecated/propform.h
|
|
|
|
wx/deprecated/proplist.h
|
|
|
|
wx/deprecated/resource.h
|
|
|
|
wx/deprecated/setup.h
|
2003-08-17 06:20:08 -04:00
|
|
|
wx/deprecated/tbarsmpl.h
|
2003-08-03 13:11:53 -04:00
|
|
|
wx/deprecated/treelay.h
|
|
|
|
wx/deprecated/wxexpr.h
|
|
|
|
</files>
|
|
|
|
</headers>
|
|
|
|
|
|
|
|
<dll id="deprecateddll" template="wx_contrib_dll" cond="SHARED=='1'">
|
|
|
|
<define>WXUSINGDLL</define>
|
|
|
|
<define>WXMAKINGDLL_DEPRECATED</define>
|
2003-08-17 06:41:12 -04:00
|
|
|
<include>$(SRCDIR)</include>
|
2003-08-03 13:11:53 -04:00
|
|
|
<sources>$(DEPRECATED_SRC)</sources>
|
|
|
|
<wx-lib>core</wx-lib>
|
|
|
|
<wx-lib>base</wx-lib>
|
2004-11-20 06:10:47 -05:00
|
|
|
<precomp-headers-exclude>dosyacc.c</precomp-headers-exclude>
|
2003-08-03 13:11:53 -04:00
|
|
|
</dll>
|
|
|
|
|
|
|
|
<lib id="deprecatedlib" template="wx_contrib_lib" cond="SHARED=='0'">
|
2003-08-17 06:41:12 -04:00
|
|
|
<include>$(SRCDIR)</include>
|
2003-08-03 13:11:53 -04:00
|
|
|
<sources>$(DEPRECATED_SRC)</sources>
|
2004-11-20 06:10:47 -05:00
|
|
|
<precomp-headers-exclude>dosyacc.c</precomp-headers-exclude>
|
2003-08-03 13:11:53 -04:00
|
|
|
</lib>
|
2003-08-14 16:57:07 -04:00
|
|
|
|
2003-08-25 17:01:05 -04:00
|
|
|
<set var="MSVC6PRJ_MERGED_TARGETS" append="1">deprecated=deprecatedlib+deprecateddll</set>
|
2003-08-03 13:11:53 -04:00
|
|
|
|
|
|
|
</makefile>
|
|
|
|
|