aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--building.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/building.txt b/building.txt
index 0ac937044..1ddf65c50 100644
--- a/building.txt
+++ b/building.txt
@@ -22,6 +22,14 @@ Building pthreads:
- run 'nmake VC-static'
- run 'nmake VC-static-debug'
+Building mhmake
+- open tools\mhmake\mhmake.sln in Visual C++ 2008 Express Edition
+- Build the Debug and Release configurations
+- Copy Debug\mhmake_dbg.exe and Release\mhmake.exe to a directory in your environment PATH
+
+Add an environment variable named MHMAKECONF having as value the root directory of the sources.
+e.g.: set MHMAKECONF=c:\vcxsrv\trunk
+
Building vcxsrv:
- run 'mhmake MAKESERVER=1' in xorg-server directory
- run 'mhmake DEBUG=1 MAKESERVER=1' in xorg-server directory for a debugable version