Python Improvements
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@249 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5b3a1cc14d
commit
916e2bc74b
1 changed files with 5 additions and 0 deletions
|
|
@ -342,6 +342,11 @@ int SWIG_main(int argc, char *argv[], Language *l) {
|
|||
sprintf(fn_wrapper,"%s%s_wrap.wrap",output_dir,infile);
|
||||
sprintf(fn_init,"%s%s_wrap.init",output_dir,infile);
|
||||
|
||||
printf("%s\n", input_file);
|
||||
printf("%s\n", fn_cpp);
|
||||
printf("%s\n", fn_wrapper);
|
||||
printf("%s\n", fn_init);
|
||||
|
||||
// Define the __cplusplus symbol
|
||||
if (CPlusPlus)
|
||||
Preprocessor_define((DOH *) "__cplusplus 1", 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue