From: Gilles Depeyrot Date: Sun, 9 Sep 2001 22:26:44 +0000 (+0000) Subject: added CodeWarrior 5 project X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/610c6dedc1a57171268c936147ae902c76f4505f added CodeWarrior 5 project git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/tex2rtf/src/.cvsignore b/utils/tex2rtf/src/.cvsignore new file mode 100644 index 0000000000..130780fc0e --- /dev/null +++ b/utils/tex2rtf/src/.cvsignore @@ -0,0 +1,5 @@ +Tex2RTFM*Data +*Classic?Debug* +*Classic?Release* +*Carbon?Debug* +*Carbon?Release* diff --git a/utils/tex2rtf/src/Tex2RTFM5.mcp b/utils/tex2rtf/src/Tex2RTFM5.mcp new file mode 100644 index 0000000000..b2aa53896b Binary files /dev/null and b/utils/tex2rtf/src/Tex2RTFM5.mcp differ diff --git a/utils/tex2rtf/src/maths.cpp b/utils/tex2rtf/src/maths.cpp index 70fc726cf7..8ce01001d3 100644 --- a/utils/tex2rtf/src/maths.cpp +++ b/utils/tex2rtf/src/maths.cpp @@ -7,7 +7,7 @@ // For compilers that support precompilation, includes "wx.h". #ifdef WX_PRECOMP -#include "wx_prec.h" +#include "wx/wxprec.h" #endif #ifdef __BORLANDC__ diff --git a/utils/tex2rtf/src/tex2rtf.cpp b/utils/tex2rtf/src/tex2rtf.cpp index 0e44e16304..425b828075 100644 --- a/utils/tex2rtf/src/tex2rtf.cpp +++ b/utils/tex2rtf/src/tex2rtf.cpp @@ -45,7 +45,7 @@ #include "tex2rtf.h" #include "rtfutils.h" -#if (defined(__WXGTK__) || defined(__WXMOTIF__)) && !defined(NO_GUI) +#if (defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)) && !defined(NO_GUI) #include "tex2rtf.xpm" #endif @@ -591,7 +591,9 @@ void ShowOptions(void) OnInform(buf); OnInform("Usage: tex2rtf [input] [output] [switches]\n"); OnInform("where valid switches are"); +#ifndef NO_GUI OnInform(" -interactive"); +#endif OnInform(" -bufsize "); OnInform(" -charset (default ansi)"); OnInform(" -twice");