GNOME Bugzilla – Bug 734288
Generate .dll libraries on windows
Last modified: 2014-08-06 07:12:26 UTC
This is clearly not correct fix but see for reference what it is needed on windows to have it built: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-pygobject/0003-dll.mingw.patch
Yep, definitely not right, although I have no clue at how to make this portable... Is there something like $(EXEEXT) for library extensions?
Created attachment 282633 [details] [review] Generate .dll libraries on windows
what about something like that? I haven't tested it though.
Created attachment 282634 [details] [review] Generate .dll libraries on windows
Review of attachment 282634 [details] [review]: If you can confirm it works on both Windows and Linux, feel free to push.
Tested in both linux and windows. I cannot test it though on osx but I guess it should be also fine for it. Attachment 282634 [details] pushed as 18341f2 - Generate .dll libraries on windows