Rename dll/shared object name to be the same as the module name - _wrap is no longer postfixed to the name
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10128 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
22126ca549
commit
1f36b6e0b0
1 changed files with 1 additions and 2 deletions
|
|
@ -786,7 +786,6 @@ int R::top(Node *n) {
|
|||
Rpackage = Copy(module);
|
||||
if(!DllName)
|
||||
DllName = Copy(module);
|
||||
Append(DllName, "_wrap");
|
||||
|
||||
if(outputNamespaceInfo) {
|
||||
s_namespace = NewString("");
|
||||
|
|
@ -808,7 +807,7 @@ int R::top(Node *n) {
|
|||
Swig_register_filebyname("sclasses", s_classes);
|
||||
|
||||
|
||||
Printf(s_init, "# This is an automatically generate file by the R module for SWIG.\n\n");
|
||||
Printf(s_init, "# This is an automatically generated file by the R module for SWIG.\n\n");
|
||||
outputCommandLineArguments(s_init);
|
||||
|
||||
Printf(f_wrapper, "#ifdef __cplusplus\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue