]>
Commit | Line | Data |
---|---|---|
15e8daec VS |
1 | <?xml version="1.0" ?> |
2 | <!-- $Id$ --> | |
3 | ||
4 | <makefile> | |
5 | ||
6 | <include file="../../../build/bakefiles/common_contrib.bkl"/> | |
7 | ||
8 | <set var="PLOT_SRC"> | |
9 | plot.cpp | |
10 | </set> | |
11 | ||
12 | <headers template="wx_contrib_headers"> | |
13 | <files> | |
14 | wx/plot/plot.h | |
15 | wx/plot/plot_dwn.bmp | |
16 | wx/plot/plot_enl.bmp | |
17 | wx/plot/plot_shr.bmp | |
18 | wx/plot/plot_up.bmp | |
19 | wx/plot/plot_zin.bmp | |
20 | wx/plot/plot_zot.bmp | |
21 | wx/plot/wxplot.rc | |
22 | </files> | |
23 | </headers> | |
24 | ||
25 | <dll id="plotdll" template="wx_contrib_dll" cond="SHARED=='1'"> | |
26 | <define>WXUSINGDLL</define> | |
27 | <define>WXMAKINGDLL_PLOT</define> | |
28 | <sources>$(PLOT_SRC)</sources> | |
29 | <wx-lib>core</wx-lib> | |
30 | <wx-lib>base</wx-lib> | |
31 | </dll> | |
32 | ||
33 | <lib id="plotlib" template="wx_contrib_lib" cond="SHARED=='0'"> | |
34 | <sources>$(PLOT_SRC)</sources> | |
35 | </lib> | |
dd672d67 | 36 | |
fdec2f7d | 37 | <set var="MSVC6PRJ_MERGED_TARGETS" append="1">plot=plotlib+plotdll</set> |
15e8daec VS |
38 | |
39 | </makefile> |