added tex2rtf bakefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
35
utils/tex2rtf/src/tex2rtf.bkl
Normal file
35
utils/tex2rtf/src/tex2rtf.bkl
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!-- $Id$ -->
|
||||
|
||||
<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">
|
||||
<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">
|
||||
<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>
|
Reference in New Issue
Block a user