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:
Gilles Depeyrot
2001-09-09 22:26:44 +00:00
parent 89ce51d52e
commit 610c6dedc1
4 changed files with 9 additions and 2 deletions

View File

@@ -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 <size in K>");
OnInform(" -charset <pc | pca | ansi | mac> (default ansi)");
OnInform(" -twice");