Fixed shared lib build.

This commit is contained in:
Branimir Karadzic 2014-12-25 14:51:11 -08:00
parent c8a112d71e
commit cf030314e6

View file

@ -13,6 +13,7 @@ function bgfxProject(_name, _kind, _defines)
defines {
"BGFX_SHARED_LIB_BUILD=1",
}
configuration { "mingw*" }
linkoptions {
"-shared",
@ -20,6 +21,8 @@ function bgfxProject(_name, _kind, _defines)
links {
"gdi32",
}
configuration {}
end
includedirs {