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:
parent
89ce51d52e
commit
610c6dedc1
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".
|
||||
#ifdef WX_PRECOMP
|
||||
#include "wx_prec.h"
|
||||
#include "wx/wxprec.h"
|
||||
#endif
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user