From 40450250edba4a251a538898f2fff44f49c33ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Mon, 2 Mar 2026 14:41:57 +0100 Subject: [PATCH] windows links sdl3 test 1 --- premake5.lua | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/premake5.lua b/premake5.lua index d023b55..f8e4d5e 100644 --- a/premake5.lua +++ b/premake5.lua @@ -96,19 +96,8 @@ project "SakuraVNE" --project under solution "PLATFORM_WINDOWS" } - includedirs{ - "libs/sdl/windows/include" - } - links { - "SDL2", - "SDL2main" - } - libdirs{ - "libs/sdl/windows/lib/x64/" - } - postbuildcommands{ - ("{COPY} libs/sdl/windows/lib/x64/SDL2.dll %{cfg.buildtarget.directory}") + --("{COPY} libs/sdl3/windows/lib/x64/SDL3.dll %{cfg.buildtarget.directory}") } filter "system:linux"