diff options
author | 2021-10-26 11:18:31 +0200 | |
---|---|---|
committer | 2021-10-26 11:18:31 +0200 | |
commit | 9e7455b0578033442ee76b360b2b2c3fc577c81f (patch) | |
tree | 4eecfd1207b3061b07b34b747aa1f89e042a4d15 /scripts/src/main.lua | |
parent | 63f907ee3223b81cd500bcc62a64f6e787bc4afa (diff) |
Remove of winstore/winphone
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index b6b983ca51b..5ad6aa77d7f 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -40,8 +40,6 @@ end "GLESv2", "SDL2", } - configuration { "winstore*" } - kind "WindowedApp" configuration { } @@ -59,36 +57,6 @@ end } end - configuration { "winstore*" } - -- Windows Required Files - files { - -- Manifest file - MAME_DIR .. "scripts/resources/uwp/Package.appxmanifest", - } - - configuration { "winstore*" } - files { - MAME_DIR .. "scripts/resources/uwp/assets/*.png" - } - configuration "**/scripts/resources/uwp/assets/*.png" - flags { "DeploymentContent" } - - -- Effects and Shaders - configuration { "winstore*" } - files { - MAME_DIR .. "artwork/*", - MAME_DIR .. "artwork/**/*", - MAME_DIR .. "bgfx/*", - MAME_DIR .. "bgfx/**/*", - MAME_DIR .. "hash/*", - MAME_DIR .. "language/*", - MAME_DIR .. "language/**/*", - MAME_DIR .. "plugins/*", - MAME_DIR .. "plugins/**/*", - } - configuration "**/*" - flags { "DeploymentContent" } - configuration { "Release" } targetsuffix "" if _OPTIONS["PROFILE"] then |