Enabling WinRT / Windows Store apps for bgfx.

This commit is contained in:
Mike Popoloski
2015-05-24 13:16:18 -04:00
parent 0c78fe8073
commit 4387bed7c2
4 changed files with 21 additions and 9 deletions

View File

@@ -48,7 +48,8 @@ project ("example-common")
}
end
configuration { "winphone8*"}
configuration { "winphone8* or winstore8*"}
linkoptions {
"/ignore:4264" -- LNK4264: archiving object file compiled with /ZW into a static library; note that when authoring Windows Runtime types it is not recommended to link with a static library that contains Windows Runtime metadata
}
premake.vstudio.splashpath = "../../../examples/runtime/images/SplashScreen.png"