added CodeWarrior 5 project
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
5
utils/tex2rtf/src/.cvsignore
Normal file
5
utils/tex2rtf/src/.cvsignore
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
Tex2RTFM*Data
|
||||||
|
*Classic?Debug*
|
||||||
|
*Classic?Release*
|
||||||
|
*Carbon?Debug*
|
||||||
|
*Carbon?Release*
|
BIN
utils/tex2rtf/src/Tex2RTFM5.mcp
Normal file
BIN
utils/tex2rtf/src/Tex2RTFM5.mcp
Normal file
Binary file not shown.
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// For compilers that support precompilation, includes "wx.h".
|
// For compilers that support precompilation, includes "wx.h".
|
||||||
#ifdef WX_PRECOMP
|
#ifdef WX_PRECOMP
|
||||||
#include "wx_prec.h"
|
#include "wx/wxprec.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
@@ -45,7 +45,7 @@
|
|||||||
#include "tex2rtf.h"
|
#include "tex2rtf.h"
|
||||||
#include "rtfutils.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"
|
#include "tex2rtf.xpm"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -591,7 +591,9 @@ void ShowOptions(void)
|
|||||||
OnInform(buf);
|
OnInform(buf);
|
||||||
OnInform("Usage: tex2rtf [input] [output] [switches]\n");
|
OnInform("Usage: tex2rtf [input] [output] [switches]\n");
|
||||||
OnInform("where valid switches are");
|
OnInform("where valid switches are");
|
||||||
|
#ifndef NO_GUI
|
||||||
OnInform(" -interactive");
|
OnInform(" -interactive");
|
||||||
|
#endif
|
||||||
OnInform(" -bufsize <size in K>");
|
OnInform(" -bufsize <size in K>");
|
||||||
OnInform(" -charset <pc | pca | ansi | mac> (default ansi)");
|
OnInform(" -charset <pc | pca | ansi | mac> (default ansi)");
|
||||||
OnInform(" -twice");
|
OnInform(" -twice");
|
||||||
|
Reference in New Issue
Block a user