diff options
author | marha <marha@users.sourceforge.net> | 2009-07-29 09:17:47 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-29 09:17:47 +0000 |
commit | 437bca524595d1007f37988e862db8bfeff329b0 (patch) | |
tree | da106b22babce6ccd53c7dd9c3040aed4a52f455 /tools/mhmake/readme.txt | |
parent | 6f45caf0fe3e94a83835fa1f5d04233b9e936efc (diff) | |
download | vcxsrv-437bca524595d1007f37988e862db8bfeff329b0.tar.gz vcxsrv-437bca524595d1007f37988e862db8bfeff329b0.tar.bz2 vcxsrv-437bca524595d1007f37988e862db8bfeff329b0.zip |
Added mhmake GNU make compatible (with extensions) make utility.
Diffstat (limited to 'tools/mhmake/readme.txt')
-rw-r--r-- | tools/mhmake/readme.txt | 15 |
1 files changed, 15 insertions, 0 deletions
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.
+
|