mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Added plattform macros
This commit is contained in:
@@ -3,3 +3,27 @@ Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*"}
|
|||||||
|
|
||||||
[Project]
|
[Project]
|
||||||
Name = "GlitchyEngine"
|
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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user