From 68504d1066c26aa26b73d5be549d7a95d6afd8ed Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 19 Feb 2010 17:09:40 +0000 Subject: Linux compilation is ok again. --- tools/mhmake/src/mhmakefileparser.cpp | 61 +++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'tools/mhmake/src/mhmakefileparser.cpp') diff --git a/tools/mhmake/src/mhmakefileparser.cpp b/tools/mhmake/src/mhmakefileparser.cpp index 76e43f475..e9d50a704 100644 --- a/tools/mhmake/src/mhmakefileparser.cpp +++ b/tools/mhmake/src/mhmakefileparser.cpp @@ -415,12 +415,21 @@ void mhmakefileparser::PrintVariables(bool Expand) const if (m_pEnv) { cout << "Environment overruled:\n"; +#ifdef WIN32 char *pEnv=m_pEnv; while (*pEnv) { cout<