Add shared settings to makegen

This commit is contained in:
Thraix
2018-11-18 00:32:31 +01:00
parent 73503f6f48
commit 21809e3724
14 changed files with 37 additions and 5 deletions
Regular → Executable
+1
View File
@@ -15,6 +15,7 @@ class ConfigFile
std::string outputname;
std::string projectname;
bool executable;
bool shared;
public:
ConfigFile();
void Save() const;