mtollari a3ed46f2c3 Spostamento cartelle da extlib
git-svn-id: svn://10.65.10.50/branches/R_10_00@23289 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-09-14 21:14:51 +00:00

39 lines
1.0 KiB
XML

<?xml version="1.0" ?>
<!-- $Id: tex2rtf.bkl 34632 2005-06-10 17:53:19Z ABX $ -->
<makefile>
<include file="../../../build/bakefiles/common_samples.bkl"/>
<set var="TEX2RTF_SRC">
tex2rtf.cpp
tex2any.cpp
texutils.cpp
rtfutils.cpp
xlputils.cpp
htmlutil.cpp
readshg.cpp
table.cpp
</set>
<exe id="tex2rtf" template="wx_util_console"
template_append="wx_append_base"
cond="FORMAT!='msevc4prj'">
<define>NO_GUI</define>
<sources>$(TEX2RTF_SRC)</sources>
<wx-lib>base</wx-lib>
<install-to>$(BINDIR)</install-to>
</exe>
<exe id="tex2rtf_gui" template="wx_util"
template_append="wx_append"
cond="USE_GUI=='1'">
<sources>$(TEX2RTF_SRC)</sources>
<wx-lib>html</wx-lib>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<install-to>$(BINDIR)</install-to>
</exe>
</makefile>