aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/readme.txt
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-05-26 09:59:52 +0000
committermarha <marha@users.sourceforge.net>2010-05-26 09:59:52 +0000
commitd89c0289565a662a378df6e3c05de42982ab1c9d (patch)
tree19c70424df22714af26f0b63c8d9b419c4187bc7 /tools/mhmake/readme.txt
parente60ed91097aa7511581b6c53b9e4b14aaf1027b5 (diff)
downloadvcxsrv-d89c0289565a662a378df6e3c05de42982ab1c9d.tar.gz
vcxsrv-d89c0289565a662a378df6e3c05de42982ab1c9d.tar.bz2
vcxsrv-d89c0289565a662a378df6e3c05de42982ab1c9d.zip
Added kdevelop4 project file
Diffstat (limited to 'tools/mhmake/readme.txt')
-rw-r--r--tools/mhmake/readme.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/tools/mhmake/readme.txt b/tools/mhmake/readme.txt
index bfd8bd3e5..bee2372e0 100644
--- a/tools/mhmake/readme.txt
+++ b/tools/mhmake/readme.txt
@@ -1,15 +1,26 @@
-To build this tool you first need to install Visaul C++ Studio .NET 2003.
+To build this tool you first need to install Visaul C++ Studio .NET 2003,
+Visual Studio 2008 or Visual Studio 2010.
-Open the mhmake.sln file in Visual Studio and compile for Debug and for
+Open the mhmake.sln, mhmakevc6.sln or mhmakevc10.sln file in Visual Studio
+depending on the version of 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
+- 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.
+To build with kdevelop3 on linux
+- Open mhmake.kdevelop and build configurations Debug and Optimized
+- run 'make install' in the deubg and release directories (as root)
+
+To build with kdevelop4 on linux
+- run genkdev4.sh
+- open mhmake.kdev4 and build configuration build and build.dbg
+- run 'make install' in the build and build.dbg directories (as root)
+