From 796f89045037054b2c083b1efb2ceb2a2cbf9961 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 3 Apr 2016 17:15:38 +0200 Subject: removed testkeys (nw) --- scripts/src/osd/sdl.lua | 71 ------------------------------------------------- 1 file changed, 71 deletions(-) (limited to 'scripts/src') diff --git a/scripts/src/osd/sdl.lua b/scripts/src/osd/sdl.lua index f1d307b8cab..00d219f2229 100644 --- a/scripts/src/osd/sdl.lua +++ b/scripts/src/osd/sdl.lua @@ -503,77 +503,6 @@ project ("ocore_" .. _OPTIONS["osd"]) end --------------------------------------------------- --- testkeys --------------------------------------------------- - -if _OPTIONS["with-tools"] then - project("testkeys") - uuid ("744cec21-c3b6-4d69-93cb-6811fed0ffe3") - kind "ConsoleApp" - - flags { - "Symbols", -- always include minimum symbols for executables - } - - dofile("sdl_cfg.lua") - - includedirs { - MAME_DIR .. "src/osd", - MAME_DIR .. "src/lib/util", - } - - if _OPTIONS["SEPARATE_BIN"]~="1" then - targetdir(MAME_DIR) - end - - links { - "utils", - "ocore_" .. _OPTIONS["osd"], - } - - files { - MAME_DIR .. "src/osd/sdl/testkeys.cpp", - } - - if _OPTIONS["targetos"] == "windows" then - if _OPTIONS["USE_LIBSDL"]~="1" then - configuration { "mingw*"} - links { - "SDL2.dll", - } - configuration { "vs*" } - links { - "SDL2", - "Imm32", - "Version", - } - configuration { } - else - local str = backtick(sdlconfigcmd() .. " --libs | sed 's/ -lSDLmain//'") - addlibfromstring(str) - addoptionsfromstring(str) - end - links { - "psapi", - } - linkoptions{ - "-municode", - } - files { - MAME_DIR .. "src/osd/sdl/main.cpp", - } - end - - configuration { "mingw*" or "vs*" } - targetextension ".exe" - - configuration { } - - strip() -end - - -------------------------------------------------- -- aueffectutil -------------------------------------------------- -- cgit v1.2.3-70-g09d2