FIX: fix bug 1303

This commit is contained in:
Bill Hoffman 2005-02-11 14:18:45 -05:00
parent 712f4b3d01
commit 575c34300c
1 changed files with 3 additions and 1 deletions

View File

@ -100,8 +100,10 @@ MACRO(SWIG_ADD_SOURCE_TO_MODULE name outfiles infile)
"${swig_source_file_name_we}")
SET(swig_generated_file_fullname
"${swig_generated_file_fullname}/${swig_source_file_name_we}")
# add the language into the name of the file (i.e. TCL_wrap)
# this allows for the same .i file to be wrapped into different languages
SET(swig_generated_file_fullname
"${swig_generated_file_fullname}_wrap")
"${swig_generated_file_fullname}${SWIG_MODULE_${name}_LANGUAGE}_wrap")
IF(swig_source_file_cplusplus)
SET(swig_generated_file_fullname