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

@@ -0,0 +1,5 @@
Tex2RTFM*Data
*Classic?Debug*
*Classic?Release*
*Carbon?Debug*
*Carbon?Release*

Binary file not shown.

View File

@@ -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__

View File

@@ -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");