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
View File
@@ -11,6 +11,7 @@ class ConfigFile
std::vector<std::string> includedirs;
std::vector<std::string> srcdirs;
std::vector<std::string> defines;
std::vector<std::string> flags;
std::string outputdir;
std::string outputname;
std::string projectname;