garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
427 stars 102 forks source link

SFML, windows, and static #56

Closed ghost closed 11 years ago

ghost commented 11 years ago

Currently, gwen/projects/inc/windows.lua links the static libraries for the SFML/SFML2 sample, but neglects to define sfml_static for both the renderers and samples.

Without this definition, they won't compile on windows.