diff --git a/premake5.lua b/premake5.lua index 7eb34205..df0762e3 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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 {