removed Release folder from sdl3 libdir path and updated the vs project version to 2026
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Submodule libs/imgui updated: 289ab12b4d...771beef1e2
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
BIN
vendor/premake/windows/premake5.exe
vendored
BIN
vendor/premake/windows/premake5.exe
vendored
Binary file not shown.
Reference in New Issue
Block a user