Jebbs / DSFML

DSFML is a D binding of SFML
Other
95 stars 23 forks source link

Produce only one set of static libraries #279

Closed Jebbs closed 6 years ago

Jebbs commented 6 years ago

The current build system produces dsfml-xxxx and dsfmlc-xxxx libraries.

Since they're both just static libraries, they should be combined to reduce the number of libraries needed to link to.