]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/src/tex2rtf.bkl
Fixed bug introduced by previous change (patch #1395852)
[wxWidgets.git] / utils / tex2rtf / src / tex2rtf.bkl
CommitLineData
c7346341
VS
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"
9d1d0ef6
VS
20 template_append="wx_append_base"
21 cond="FORMAT!='msevc4prj'">
c7346341
VS
22 <define>NO_GUI</define>
23 <sources>$(TEX2RTF_SRC)</sources>
24 <wx-lib>base</wx-lib>
25 <install-to>$(BINDIR)</install-to>
26 </exe>
7e496014 27
532d575b
WS
28 <exe id="tex2rtf_gui" template="wx_util"
29 template_append="wx_append"
30 cond="USE_GUI=='1'">
c7346341 31 <sources>$(TEX2RTF_SRC)</sources>
5259a417 32 <wx-lib>html</wx-lib>
c7346341
VS
33 <wx-lib>core</wx-lib>
34 <wx-lib>base</wx-lib>
35 <install-to>$(BINDIR)</install-to>
36 </exe>
37
38</makefile>