-help consistent with other languages
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9180 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
38dc90184b
commit
f9654e63e9
1 changed files with 9 additions and 9 deletions
|
|
@ -226,15 +226,15 @@ static void writeListByLine(List *l, File *out, bool quote = 0) {
|
|||
|
||||
static const char *usage = (char *)"\
|
||||
R Options (available with -r)\n\
|
||||
-dll <name> - the name of the DLL (withouth the .dll or .so) included in the PACKAGE argument of the R .Call() invocations\n\
|
||||
-package <name> - (not currently used). Typically, same as dll.\n\
|
||||
-no-init-code - turn off the generation of the R_init_<pkname>_wrap code. (Registration information still generated.)\n\
|
||||
-namespace - output NAMESPACE file.\n\
|
||||
-copystruct - emit R code to copy C structs (on by default)\n\
|
||||
-cppcast - Enable C++ casting operators (default) \n\
|
||||
-debug - output debug\n\
|
||||
-memoryprof - add memory profile\n\
|
||||
-gc - aggressive garbage collection\n\
|
||||
-copystruct - Emit R code to copy C structs (on by default)\n\
|
||||
-cppcast - Enable C++ casting operators (default) \n\
|
||||
-debug - Output debug\n\
|
||||
-dll <name> - The name of the DLL (without the .dll or .so) included in the PACKAGE argument of the R .Call() invocations\n\
|
||||
-gc - Aggressive garbage collection\n\
|
||||
-memoryprof - Add memory profile\n\
|
||||
-namespace - Output NAMESPACE file\n\
|
||||
-no-init-code - Turn off the generation of the R_init_<pkname>_wrap code (registration information still generated)\n\
|
||||
-package <name> - Not currently used - typically same as dll\n\
|
||||
";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue