From: <pst...@us...> - 2008-05-14 18:12:19
|
Revision: 527 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=527&view=rev Author: pstieber Date: 2008-05-14 11:12:17 -0700 (Wed, 14 May 2008) Log Message: ----------- Updated an automake file to generate both GUI and non-GUI versions. Modified Paths: -------------- tex2rtf/src/Makefile.am Modified: tex2rtf/src/Makefile.am =================================================================== --- tex2rtf/src/Makefile.am 2008-05-14 18:11:50 UTC (rev 526) +++ tex2rtf/src/Makefile.am 2008-05-14 18:12:17 UTC (rev 527) @@ -1,7 +1,18 @@ ## Process this file with automake to produce Makefile.in -bin_PROGRAMS = tex2rtf +bin_PROGRAMS = tex2rtf_gui tex2rtf +tex2rtf_gui_SOURCES = \ +htmlutil.cpp \ +maths.cpp \ +readshg.cpp \ +rtfutils.cpp \ +table.cpp \ +tex2any.cpp \ +tex2rtf.cpp \ +texutils.cpp \ +xlputils.cpp + tex2rtf_SOURCES = \ htmlutil.cpp \ maths.cpp \ @@ -13,6 +24,8 @@ texutils.cpp \ xlputils.cpp +tex2rtf_CPPFLAGS=-DNO_GUI + noinst_HEADERS = \ bmputils.h \ readshg.h \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |