Add #compileflags as an option to makegen.conf

This commit is contained in:
Thraix
2019-01-09 21:22:25 +01:00
parent 6a6b9aa9e4
commit ab3f4dfaaa
4 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
// Release , should be backwards compatible with any minor version
#define MAKEGEN_VERSION_RELEASE 0
// Minor changes, should be compatible with any other minor version with same major and release.
#define MAKEGEN_VERSION_MINOR 6
#define MAKEGEN_VERSION_MINOR 7
#define MAKEGEN_VERSION ("v" STR(MAKEGEN_VERSION_MAJOR) "." STR(MAKEGEN_VERSION_RELEASE) "." STR(MAKEGEN_VERSION_MINOR))
const static unsigned int FLAG_HELP = BIT(0);