summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2021-10-26 11:18:31 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2021-10-26 11:18:31 +0200
commit9e7455b0578033442ee76b360b2b2c3fc577c81f (patch)
tree4eecfd1207b3061b07b34b747aa1f89e042a4d15 /scripts/src
parent63f907ee3223b81cd500bcc62a64f6e787bc4afa (diff)
Remove of winstore/winphone
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/3rdparty.lua24
-rw-r--r--scripts/src/main.lua32
2 files changed, 0 insertions, 56 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua
index fe2d94d53d9..f2dcf55d39b 100644
--- a/scripts/src/3rdparty.lua
+++ b/scripts/src/3rdparty.lua
@@ -573,11 +573,6 @@ if _OPTIONS["vs"]=="intel-15" then
}
end
- configuration { "winstore*" }
- defines {
- "NO_GETENV"
- }
-
configuration { }
files {
@@ -768,11 +763,6 @@ if _OPTIONS["vs"]=="intel-15" then
"/Qwd869", -- remark #869: parameter "xxx" was never referenced
}
end
- configuration { "winstore*" }
- forcedincludes {
- MAME_DIR .. "src/osd/uwp/uwpcompat.h"
- }
-
configuration { }
defines {
"_7ZIP_PPMD_SUPPPORT",
@@ -861,11 +851,6 @@ if _OPTIONS["vs"]=="intel-15" then
}
end
- configuration { "winstore*" }
- forcedincludes {
- MAME_DIR .. "src/osd/uwp/uwpcompat.h",
- }
-
configuration { }
defines {
"LUA_COMPAT_ALL",
@@ -961,11 +946,6 @@ end
ext_includedir("sqlite3"),
}
- configuration { "winstore*" }
- forcedincludes {
- MAME_DIR .. "src/osd/uwp/uwpcompat.h"
- }
-
configuration {}
files {
@@ -1010,10 +990,6 @@ if _OPTIONS["vs"]=="clangcl" then
"-Wno-implicit-int-float-conversion",
}
end
- configuration { "winstore*" }
- defines {
- "SQLITE_OS_WINRT",
- }
configuration { }
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