summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
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 { }