mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:55:31 +00:00
fe0be81892
GLib 2.32 has been released in March 2012, so we can now require it a build and run time. This allows us to remove GLib 2.31 conditionals, mark the Thread.Init as obsolete, and remove all references to libgthread. Please note that the API exposed in glib and gio is still from 2.28, but we will have some API additions in the future. First example is the next commit, which brings GBytes, an addition in GLib 2.32.
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
<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@"/>
|
|
</configuration>
|