summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/example-common.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-27 12:07:35 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-27 12:07:35 +0200
commita163b2827775c215703723e0e3ab94aab63d359f (patch)
tree52e04089b7d0d954d646be0e9536486a7ea33827 /3rdparty/bgfx/scripts/example-common.lua
parent08bfa598dfc7b27942f41a6df63b78d233a1abd5 (diff)
Update BGFX (nw)
Diffstat (limited to '3rdparty/bgfx/scripts/example-common.lua')
-rw-r--r--3rdparty/bgfx/scripts/example-common.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/example-common.lua b/3rdparty/bgfx/scripts/example-common.lua
index 96040b6bfe5..37e53afaa83 100644
--- a/3rdparty/bgfx/scripts/example-common.lua
+++ b/3rdparty/bgfx/scripts/example-common.lua
@@ -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"