From 6573911d49923eb92b37dcc6456e10a0ee0e5ad1 Mon Sep 17 00:00:00 2001 From: ambigipathyv Date: Thu, 25 Apr 2024 14:42:55 +0200 Subject: [PATCH] Updated config to work on windows --- bakanet/premake5.lua | 1 + sandbox/premake5.lua | 1 + 2 files changed, 2 insertions(+) diff --git a/bakanet/premake5.lua b/bakanet/premake5.lua index 29c7fa8..7f30eed 100755 --- a/bakanet/premake5.lua +++ b/bakanet/premake5.lua @@ -33,6 +33,7 @@ project "bakanet" } filter "system:windows" + buildoptions "/MDd" defines { "BK_PLATFORM_WINDOWS" diff --git a/sandbox/premake5.lua b/sandbox/premake5.lua index 6b0884d..8757294 100755 --- a/sandbox/premake5.lua +++ b/sandbox/premake5.lua @@ -39,6 +39,7 @@ project "server" } filter "system:windows" + buildoptions "/MDd" defines { "BK_PLATFORM_WINDOWS"