aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/util.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-12-10 15:49:55 +0000
committermarha <marha@users.sourceforge.net>2009-12-10 15:49:55 +0000
commit0925cb4f76a1667fb3777efbe6a0e0e69c4cca3c (patch)
treebbe20184d5104c1489cb84815f2f27dc4437be08 /tools/mhmake/src/util.h
parent0540eb5a1f795c0f5265d244ec979b8ddfcf3acb (diff)
downloadvcxsrv-0925cb4f76a1667fb3777efbe6a0e0e69c4cca3c.tar.gz
vcxsrv-0925cb4f76a1667fb3777efbe6a0e0e69c4cca3c.tar.bz2
vcxsrv-0925cb4f76a1667fb3777efbe6a0e0e69c4cca3c.zip
Added 64-bit compilation
Removed autodep optimisation.
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 1634f5135..25db10e48 100644
--- a/tools/mhmake/src/util.h
+++ b/tools/mhmake/src/util.h
@@ -50,7 +50,7 @@
#define PLATFORM "linux"
#endif
-#define MHMAKEVER "1.4.8"
+#define MHMAKEVER "1.4.10"
string SearchCommand(const string &Command, const string &Extension="");