aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/readme.txt
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-19 12:14:18 +0000
committermarha <marha@users.sourceforge.net>2010-11-19 12:14:18 +0000
commit6be86147f292b3178413bc644853ad80b620042e (patch)
treed972cbd73289e9b6e9574c5fd65c6830f67861c6 /tools/mhmake/readme.txt
parent111cb82886d25b0b7faa526ce411cc8ef02235a6 (diff)
downloadvcxsrv-6be86147f292b3178413bc644853ad80b620042e.tar.gz
vcxsrv-6be86147f292b3178413bc644853ad80b620042e.tar.bz2
vcxsrv-6be86147f292b3178413bc644853ad80b620042e.zip
Reintegrate tools from trunk
Diffstat (limited to 'tools/mhmake/readme.txt')
-rw-r--r--tools/mhmake/readme.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/mhmake/readme.txt b/tools/mhmake/readme.txt
deleted file mode 100644
index bfd8bd3e5..000000000
--- a/tools/mhmake/readme.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-To build this tool you first need to install Visaul C++ Studio .NET 2003.
-
-Open the mhmake.sln file in Visual Studio and compile for Debug and for
-Release.
-2 executables are generated by this process:
-- Release\mhmake.exe : gnu make compatible make program with some specific
- extension is make the build process faster.
-
-- Debug\mhmake_dbg.exe : Has the same functionality but does extra
- error checking on makefiles and has extra debugging options. This one
- is advised to be used when creating makefiles. When the makefiles are
- fully debugging mhmake.exe is a better choise because here the build
- process will be faster. mhmake.exe is more likely to crash when badly
- written makefiles are passed as input.
-