summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Cowering <cowering@users.noreply.github.com>2015-05-28 17:07:47 -0500
committer Cowering <cowering@users.noreply.github.com>2015-05-28 17:07:47 -0500
commitea2762e799e00a09155cd0d1d4a81162a8a1ab03 (patch)
tree5ecb3cfb04e49341e161c0a5db67ce5446b9febf /scripts/genie.lua
parent4332164659ec242c69d3d314a523917955fb9d1c (diff)
parent8f4d8bf37ee85ff47e4628f9a365abd6d83f9436 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r--scripts/genie.lua15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua
index 7a0f2128fe5..b6ccf16583b 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1112,6 +1112,21 @@ configuration { "x64", "vs*" }
MAME_DIR .. "3rdparty/dxsdk/lib/x64",
}
+configuration { "winphone8* or winstore8*" }
+ removelinks {
+ "DelayImp",
+ "gdi32",
+ "psapi"
+ }
+ links {
+ "d3d11",
+ "dxgi"
+ }
+ 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
+ }
+
+
configuration { }