|
@@ -66,12 +66,6 @@ public:
|
|
|
// write the main variables used by the makefiles
|
|
// write the main variables used by the makefiles
|
|
|
void WriteMakeVariables(std::ostream& makefileStream);
|
|
void WriteMakeVariables(std::ostream& makefileStream);
|
|
|
|
|
|
|
|
- /**
|
|
|
|
|
- * Set the flag used to keep the make program silent.
|
|
|
|
|
- */
|
|
|
|
|
- void SetMakeSilentFlag(const std::string& s) { this->MakeSilentFlag = s; }
|
|
|
|
|
- std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; }
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* Set max makefile variable size, default is 0 which means unlimited.
|
|
* Set max makefile variable size, default is 0 which means unlimited.
|
|
|
*/
|
|
*/
|
|
@@ -268,7 +262,6 @@ private:
|
|
|
//==========================================================================
|
|
//==========================================================================
|
|
|
// Configuration settings.
|
|
// Configuration settings.
|
|
|
int MakefileVariableSize;
|
|
int MakefileVariableSize;
|
|
|
- std::string MakeSilentFlag;
|
|
|
|
|
std::string ConfigurationName;
|
|
std::string ConfigurationName;
|
|
|
bool MakeCommandEscapeTargetTwice;
|
|
bool MakeCommandEscapeTargetTwice;
|
|
|
bool BorlandMakeCurlyHack;
|
|
bool BorlandMakeCurlyHack;
|