aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-07-07 15:57:56 +0200
committermarha <marha@users.sourceforge.net>2014-07-07 15:59:48 +0200
commit294a395f15dec9e7aa24b83b08f47ba54b9bd232 (patch)
tree4a70718ec5ad3b84424e368dace64858edf3985e /tools/mhmake/src/util.h
parent0fc6b05dc947d92381453fbe0ce690196719da86 (diff)
downloadvcxsrv-294a395f15dec9e7aa24b83b08f47ba54b9bd232.tar.gz
vcxsrv-294a395f15dec9e7aa24b83b08f47ba54b9bd232.tar.bz2
vcxsrv-294a395f15dec9e7aa24b83b08f47ba54b9bd232.zip
Solved problem of MAKE variable having an empty value
Speed up when no svn installed by defining env variable nosvn
Diffstat (limited to 'tools/mhmake/src/util.h')
-rw-r--r--tools/mhmake/src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mhmake/src/util.h b/tools/mhmake/src/util.h
index 01e766520..3c6f0e146 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "3.0.25"
+#define MHMAKEVER "3.0.27"
class makecommand
{