diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-09-27 08:52:01 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-09-27 08:52:01 +0000 |
commit | 8f658bdcfb60b72c950a6ff9ed6280a75459a83d (patch) | |
tree | ff7e5e245bd0d16d869a660cc0415244daee06bf /rsc | |
parent | 5d36ba7b65686dccb90e95d72e4aeebc717666a0 (diff) |
INTEGRATION: CWS jam01 (1.12.12); FILE MERGED
2006/07/18 15:53:15 kaib 1.12.12.1: #i67514# Added command line parameter -rsc2= to rsc
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/parser/erscerr.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/source/parser/erscerr.cxx b/rsc/source/parser/erscerr.cxx index 2a9bc6f20e4a..cae7e27e5740 100644 --- a/rsc/source/parser/erscerr.cxx +++ b/rsc/source/parser/erscerr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: erscerr.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: obo $ $Date: 2006-09-17 15:58:23 $ + * last change: $Author: vg $ $Date: 2006-09-27 09:52:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -241,6 +241,7 @@ void RscError::WriteError( const ERRTYPE& rError, const char * pMessage ) StdLstOut( "-presponse Use response file for Preprocessor.\n" ); StdLstOut( "-lg<language> Use a different language.\n" ); StdLstOut( "-pp=<filename> Use a different Preprocessor.\n" ); + StdLstOut( "-rsc2=<filename> Specify the location for rsc2.\n" ); StdLstOut( "No longer existent: -rc<filename> Use a different system resource compiler.\n" ); StdLstOut( "-fs=<filename> Name of the .res file.\n" ); StdLstOut( "-lip=<path> additional search path for system dependant files\n" ); |