Updated config to work on windows

multi_plaform
ambigipathyv ago%!(EXTRA string=1 year)
parent 954c5a05d3
commit 6573911d49
  1. 1
      bakanet/premake5.lua
  2. 1
      sandbox/premake5.lua

@ -33,6 +33,7 @@ project "bakanet"
}
filter "system:windows"
buildoptions "/MDd"
defines
{
"BK_PLATFORM_WINDOWS"

@ -39,6 +39,7 @@ project "server"
}
filter "system:windows"
buildoptions "/MDd"
defines
{
"BK_PLATFORM_WINDOWS"

Loading…
Cancel
Save