[Libreoffice-commits] .: rsc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Tue Feb 22 05:33:48 PST 2011
rsc/source/parser/erscerr.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit e88ceb097c39ce8a556897b8664f10b1d5504b46
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Feb 22 13:33:39 2011 +0000
revert this
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx
index 738c94b..0898565 100644
--- a/rsc/source/parser/erscerr.cxx
+++ b/rsc/source/parser/erscerr.cxx
@@ -187,8 +187,10 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage )
StdLstOut( "Command line: rsc @<Command File>\n" );
StdLstOut( "-h shows this help.\n" );
StdLstOut( "-p No Preprocessor.\n" );
+ StdLstOut( "-s Syntax analysis, creates .srs file\n");
StdLstOut( "-l Linker, links files created with rsc -s,\n" );
StdLstOut( " creates .rc file and .res file.\n" );
+ StdLstOut( "-r Prevents .res file.\n" );
StdLstOut( "-d Symbol definitions for the Preprocessor.\n" );
StdLstOut( "-i Include directives for the Preprocessor.\n" );
StdLstOut( "-presponse Use response file for Preprocessor.\n" );
More information about the Libreoffice-commits
mailing list