3ed7e0901e
* configure.ac: require gtk+-3.0.0 and glib-2.28.0 * gdk/gdk-api.raw: reparse * gdk/gdk-symbols.xml: add alias for Window (XID) to gulong * gtk/Plug.custom: update custom ctors to ulong XID versions. * gtk/gtk-api.raw: reparse * gtk/gtk-sharp.dll.config.in: change dllname remap to match 3.0.0 so. * sources/.gitignore: fix glib and gtk+ dirs * sources/Makefile.am: update to gtk+ 3.0.0 * sources/sources.xml: update to gtk+ 3.0.0
6 lines
371 B
Text
6 lines
371 B
Text
<configuration>
|
|
<dllmap dll="libglib-2.0-0.dll" target="libglib-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
|
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
|
<dllmap dll="libatk-1.0-0.dll" target="libatk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
|
<dllmap dll="libgtk-win32-3.0-0.dll" target="libgtk-3@LIB_PREFIX@.0@LIB_SUFFIX@"/>
|
|
</configuration>
|