Fixed issue #257.

This commit is contained in:
Branimir Karadžić 2015-02-11 22:19:49 -08:00
parent 7019edd20f
commit e55bc9f103

View file

@ -14,13 +14,16 @@ function bgfxProject(_name, _kind, _defines)
"BGFX_SHARED_LIB_BUILD=1",
}
configuration { "vs20* or mingw*" }
links {
"gdi32",
"psapi",
}
configuration { "mingw*" }
linkoptions {
"-shared",
}
links {
"gdi32",
}
configuration {}
end