diff options
author | 2015-05-28 20:06:33 +0200 | |
---|---|---|
committer | 2015-05-28 20:06:33 +0200 | |
commit | 548a982a3cde7ff84e557f0ff4e15b38553b0462 (patch) | |
tree | 29b828914bd6b94f1853b0a5efa77a473f432cc0 /scripts/genie.lua | |
parent | a92760b406f6d1ecf1e249aedea39207ed3f2b37 (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.lua | 15 |
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 { } |