mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Enabling WinRT / Windows Store apps for bgfx.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user