gtkd-developers / GtkD

GtkD is a D binding and OO wrapper of GTK+ originally created by Antonio Monteiro
http://gtkd.org
Other
322 stars 71 forks source link

Please add a way to build only shared libraries #275

Closed yurivict closed 5 years ago

yurivict commented 5 years ago

It currently defaults to static libs. For packages we prefer shared libs.

Is there an easy way to switch, besides specifying a long list of targets?

MikeWey commented 5 years ago

There is: make shared and make install-shared

valpackett commented 5 years ago

@yurivict making a FreeBSD Port? :) I've already made one https://github.com/myfreeweb/freebsd-ports-dank/blob/lite/x11-toolkits/gtkd-3/Makefile but haven't had the time to submit to bugzilla

yurivict commented 5 years ago

Ah ok, submit it then... It's good that this problem came up and I asked here, otherwise I could have just created it myself, and your work would have stayed in the fork.