]> git.saurik.com Git - wxWidgets.git/blob - utils/tex2rtf/src/tex2rtf.bkl
added tex2rtf bakefile
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.bkl
1 <?xml version="1.0" ?>
2 <!-- $Id$ -->
3
4 <makefile>
5
6 <include file="../../../build/bakefiles/common_samples.bkl"/>
7
8 <set var="TEX2RTF_SRC">
9 tex2rtf.cpp
10 tex2any.cpp
11 texutils.cpp
12 rtfutils.cpp
13 xlputils.cpp
14 htmlutil.cpp
15 readshg.cpp
16 table.cpp
17 </set>
18
19 <exe id="tex2rtf" template="wx_util_console"
20 template_append="wx_append_base">
21 <define>NO_GUI</define>
22 <sources>$(TEX2RTF_SRC)</sources>
23 <wx-lib>base</wx-lib>
24 <install-to>$(BINDIR)</install-to>
25 </exe>
26
27 <exe id="tex2rtf_gui" template="wx_util" template_append="wx_append">
28 <sources>$(TEX2RTF_SRC)</sources>
29 <wx-lib>html</wx-lib>
30 <wx-lib>core</wx-lib>
31 <wx-lib>base</wx-lib>
32 <install-to>$(BINDIR)</install-to>
33 </exe>
34
35 </makefile>