From 111cb82886d25b0b7faa526ce411cc8ef02235a6 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 19 Nov 2010 12:10:26 +0000 Subject: Merged tools from trunk into released. This is to keep track of the original versions of tools --- tools/mhmake/readme.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/mhmake/readme.txt (limited to 'tools/mhmake/readme.txt') diff --git a/tools/mhmake/readme.txt b/tools/mhmake/readme.txt new file mode 100644 index 000000000..bfd8bd3e5 --- /dev/null +++ b/tools/mhmake/readme.txt @@ -0,0 +1,15 @@ +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. + -- cgit v1.2.3