garrynewman / GWEN

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

Update gwen/Projects/premake4.lua #21

Closed ghost closed 11 years ago

ghost commented 11 years ago

targetsuffix appends the specified parameter to the end of the project name. targetextension replaces the extension with the specified parameter.

The samples look for "gwen-staticd.lib", but if you use targetextension the only thing that is created is "gwen-staticd".

Without this fix the samples won't compile when set to debug mode.