diff options
author | 2021-10-27 00:40:50 +1100 | |
---|---|---|
committer | 2021-10-27 00:40:50 +1100 | |
commit | 66f9dadf96f2ba704ad647c59573192c22ceb144 (patch) | |
tree | e2bcad361996439b9e1ff5e74b3f5545fb44b754 /scripts/src/tests.lua | |
parent | 207a759a376e13aa1e258a457034ab5f54595944 (diff) | |
parent | 951303452116588727a5127917dfccd36bc4ff1f (diff) |
Build cleanup and UWP removal (#8756)
This removes options for deprecated platforms: pnacl, steamlink and
ci20.
rpi target is not used for Raspberry Pi - linux target with parameters
is used instead.
MIPS architecture for Android has not been supported for some time -
removed leftovers.
Visual Studio versions older than 2019 are not able to compile anyway,
so removed.
CMake target was not able to be used for compiling anyway (just to give
some editors a way to see project organization).
Xcode4 support was added to get iOS to compile, and that was never
finished, so removed.
UWP has been deprecated by Microsoft, so we remove it as well.
Diffstat (limited to 'scripts/src/tests.lua')
-rw-r--r-- | scripts/src/tests.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/src/tests.lua b/scripts/src/tests.lua index 89c8c976c39..b0164f6946a 100644 --- a/scripts/src/tests.lua +++ b/scripts/src/tests.lua @@ -36,10 +36,6 @@ project("mametests") configuration { "mingw*" or "vs*" } targetextension ".exe" - configuration { "rpi" } - targetextension "" - - configuration { } links { |