38 lines
910 B
Plaintext
38 lines
910 B
Plaintext
|
<?xml version="1.0" ?>
|
||
|
<!-- $Id$ -->
|
||
|
|
||
|
<makefile>
|
||
|
|
||
|
<include file="../../../build/bakefiles/common_contrib.bkl"/>
|
||
|
|
||
|
<set var="PLOT_SRC">
|
||
|
plot.cpp
|
||
|
</set>
|
||
|
|
||
|
<headers template="wx_contrib_headers">
|
||
|
<files>
|
||
|
wx/plot/plot.h
|
||
|
wx/plot/plot_dwn.bmp
|
||
|
wx/plot/plot_enl.bmp
|
||
|
wx/plot/plot_shr.bmp
|
||
|
wx/plot/plot_up.bmp
|
||
|
wx/plot/plot_zin.bmp
|
||
|
wx/plot/plot_zot.bmp
|
||
|
wx/plot/wxplot.rc
|
||
|
</files>
|
||
|
</headers>
|
||
|
|
||
|
<dll id="plotdll" template="wx_contrib_dll" cond="SHARED=='1'">
|
||
|
<define>WXUSINGDLL</define>
|
||
|
<define>WXMAKINGDLL_PLOT</define>
|
||
|
<sources>$(PLOT_SRC)</sources>
|
||
|
<wx-lib>core</wx-lib>
|
||
|
<wx-lib>base</wx-lib>
|
||
|
</dll>
|
||
|
|
||
|
<lib id="plotlib" template="wx_contrib_lib" cond="SHARED=='0'">
|
||
|
<sources>$(PLOT_SRC)</sources>
|
||
|
</lib>
|
||
|
|
||
|
</makefile>
|