From 6e9b60f07815f44afba7fac9427cd90a648037f1 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 22 Feb 2000 20:49:38 +0000 Subject: [PATCH] Python Improvements git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@249 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Source/SWIG1.1/main.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SWIG/Source/SWIG1.1/main.cxx b/SWIG/Source/SWIG1.1/main.cxx index aae0cd526..ca4ebc7e8 100644 --- a/SWIG/Source/SWIG1.1/main.cxx +++ b/SWIG/Source/SWIG1.1/main.cxx @@ -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);