summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/genie.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-28 20:06:33 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-28 20:06:33 +0200
commit548a982a3cde7ff84e557f0ff4e15b38553b0462 (patch)
tree29b828914bd6b94f1853b0a5efa77a473f432cc0 /scripts/genie.lua
parenta92760b406f6d1ecf1e249aedea39207ed3f2b37 (diff)
Added skeleton support for Windows Phone and Windows Store - far from working(nw)
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 10eed679dfb..f3b01f9dab0 100644
--- a/scripts/genie.lua
+++ b/scripts/genie.lua
@@ -1097,6 +1097,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 { }