Cedric Gustin wrote: > P.S. : libtool (which is used by the pygtk distribution) SHOULD be > able to create the dll by itself but it requires the > AC_LIBTOOL_WIN32_DLL macro to be called in configure.in. This is not > the case in pygtk-0.6.9 -> only a static library is created.
That is interesting to know. pygtk should be using the __declspec(dllexport) stuff (through the python DL_EXPORT() macro), so it should be safe to turn this option on. If someone wants to test it, I will add this macro to the configure files for stable and development versions of pygtk and gnome-python. James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
