Merge branch 'antopilo:linux-dev' into linux-dev

This commit is contained in:
MissLavender
2023-09-28 06:20:22 +01:00
committed by GitHub

View File

@@ -216,7 +216,8 @@ project "NuakeRuntime"
flags { "WinMain" }
defines
{
"NK_DIST"
"NK_DIST",
"WIN32_LEAN_AND_MEAN"
}
@@ -330,8 +331,8 @@ project "Editor"
}
-- Removes the console for windows
filter {"configurations:Dist", "platforms:windows"}
kind "WindowedApp"
--filter {"configurations:Dist", "platforms:windows"}
-- kind "WindowedApp"--
-- copy a file from the objects directory to the target directory
postbuildcommands {