Support custom deprecation messages in bindings generator
This commit is contained in:
@@ -617,6 +617,9 @@ namespace Flax.Build.Platforms
|
||||
commonArgs.Add(string.Format("/FU\"{0}\\platform.winmd\"", dir));
|
||||
}
|
||||
}
|
||||
|
||||
// Preprocessor conformance mode
|
||||
commonArgs.Add("/Zc:preprocessor");
|
||||
}
|
||||
|
||||
// Add preprocessor definitions
|
||||
|
||||
Reference in New Issue
Block a user