diff --git a/GlitchyEngine/BeefProj.toml b/GlitchyEngine/BeefProj.toml index 05812c5..4b9001e 100644 --- a/GlitchyEngine/BeefProj.toml +++ b/GlitchyEngine/BeefProj.toml @@ -3,3 +3,27 @@ Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*"} [Project] Name = "GlitchyEngine" + +[Configs.Debug.Win32] +PreprocessorMacros = ["DEBUG", "GE_WINDOWS"] + +[Configs.Debug.Win64] +PreprocessorMacros = ["DEBUG", "GE_WINDOWS"] + +[Configs.Release.Win32] +PreprocessorMacros = ["RELEASE", "GE_WINDOWS"] + +[Configs.Release.Win64] +PreprocessorMacros = ["RELEASE", "GE_WINDOWS"] + +[Configs.Paranoid.Win32] +PreprocessorMacros = ["DEBUG", "PARANOID", "GE_WINDOWS"] + +[Configs.Paranoid.Win64] +PreprocessorMacros = ["DEBUG", "PARANOID", "GE_WINDOWS"] + +[Configs.Test.Win32] +PreprocessorMacros = ["TEST", "GE_WINDOWS"] + +[Configs.Test.Win64] +PreprocessorMacros = ["TEST", "GE_WINDOWS"]