From adc23f3f74f64afa3a1258539a4f8ae2f7ae76c9 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Tue, 26 Jan 2021 15:37:11 +1100 Subject: Goodbye 64 suffix on the main executable, it was nice knowing you. If you want to build 64-bit and 32-bit in the same tree without them stomping on each other, use SEPARATE_BIN=1 (you already need to do this for TOOLS=1 anyway). --- scripts/src/tests.lua | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) (limited to 'scripts/src/tests.lua') diff --git a/scripts/src/tests.lua b/scripts/src/tests.lua index 6d964737079..89c8c976c39 100644 --- a/scripts/src/tests.lua +++ b/scripts/src/tests.lua @@ -21,37 +21,13 @@ project("mametests") targetdir(MAME_DIR) end - configuration { "x64", "Release" } - targetsuffix "64" - if _OPTIONS["PROFILE"] then - targetsuffix "64p" - end - - configuration { "x64", "Debug" } - targetsuffix "64d" - if _OPTIONS["PROFILE"] then - targetsuffix "64dp" - end - - configuration { "x32", "Release" } - targetsuffix "" - if _OPTIONS["PROFILE"] then - targetsuffix "p" - end - - configuration { "x32", "Debug" } - targetsuffix "d" - if _OPTIONS["PROFILE"] then - targetsuffix "dp" - end - - configuration { "Native", "Release" } + configuration { "Release" } targetsuffix "" if _OPTIONS["PROFILE"] then targetsuffix "p" end - configuration { "Native", "Debug" } + configuration { "Debug" } targetsuffix "d" if _OPTIONS["PROFILE"] then targetsuffix "dp" -- cgit v1.2.3-70-g09d2