Merge pull request #75 from xypherorion/main

FIxed warnings for Premake5 [Issue #74]
This commit is contained in:
Antoine Pilote
2024-09-15 10:28:10 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ project "Detour"
defines {"DEBUG"}
symbols "On"
postbuildcommands {}
flags {"staticruntime"} -- this is what worked for me
-- linux library cflags and libs
filter {"system:linux", "toolset:gcc"}

View File

@@ -368,7 +368,8 @@ project "NuakeRuntime"
kind "WindowedApp"
runtime "Release"
optimize "on"
flags { "WinMain" }
entrypoint "WinMainCRTStartup"
flags { }
defines
{
"NK_DIST",