removed Release folder from sdl3 libdir path and updated the vs project version to 2026

This commit is contained in:
2026-03-03 11:36:53 +01:00
parent a50ede07e7
commit f74d0eebc2
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
echo Generating vs2022 project files... echo Generating vs2026 project files...
.\vendor\premake\windows\premake5.exe vs2022 .\vendor\premake\windows\premake5.exe vs2026
echo Generating compile_commands.json with premake-ecc echo Generating compile_commands.json with premake-ecc
.\vendor\premake\windows\premake5.exe ecc .\vendor\premake\windows\premake5.exe ecc
echo Done echo Done

View File

@@ -72,7 +72,7 @@ project "SakuraVNE"
libdirs{ libdirs{
"build/bin/" .. outputdir .. "/ImGui", "build/bin/" .. outputdir .. "/ImGui",
"build/bin/" .. outputdir .. "/ImGuiNodeEditor", "build/bin/" .. outputdir .. "/ImGuiNodeEditor",
"build/bin/" .. outputdir .. "/Release/SDL3", "build/bin/" .. outputdir .. "/SDL3",
"build/bin/" .. outputdir .. "/spdlog" "build/bin/" .. outputdir .. "/spdlog"
} }

Binary file not shown.