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:
William S Fulton 2007-11-14 22:33:09 +00:00
commit 1f36b6e0b0

View file

@ -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");