GLibSharp / GtkSharp

.Net bindings for gtk+3 and above
Other
27 stars 21 forks source link

build: on Windows, use MSVC format for glib, gio and gobject dlls #38

Closed boxerab closed 4 years ago

boxerab commented 4 years ago

See https://gitlab.freedesktop.org/gstreamer/gstreamer-sharp/issues/19 for more details on why we need to make these changes.

boxerab commented 4 years ago

@thiblahute I am not that familiar with mono, but I think just changing the dll map to the new naming convention will keep things working on Linux. See also here for a discussion of interop with native libraries.

thiblahute commented 4 years ago

Tested and it seems all right, merging.