From: Francesco M. <fr...@us...> - 2006-05-20 19:40:26
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv24463/bindings/wxwidgets Modified Files: wx_rules.lua Log Message: modified wrapper generator to include export symbols Index: wx_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_rules.lua,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** wx_rules.lua 24 Apr 2006 02:33:26 -0000 1.14 --- wx_rules.lua 20 May 2006 19:40:19 -0000 1.15 *************** *** 22,25 **** --- 22,28 ---- output_cpp_filepath = wxlua_dir.."modules/wxbind/src" + output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBIND" + output_cpp_impexpdatasymbol = "WXDLLIMPEXP_DATA_WXBIND" + ------------------------------------------------------------------------------- -- Set the name of the header file that will have the #includes from the *************** *** 64,67 **** --- 67,71 ---- "#include \"wx/defs.h\"\n".. "#include \"wxluasetup.h\"\n".. + "#include \"wxbind/include/wxbinddefs.h\"\n".. "#ifndef wxUSE_WAVE\n#define wxUSE_WAVE 0\n#endif\n".. "#ifndef wxUSE_SOUND\n#define wxUSE_SOUND 0\n#endif\n" |