diff options
author | marha <marha@users.sourceforge.net> | 2009-07-29 20:05:18 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-29 20:05:18 +0000 |
commit | 274f23da5a7a1cfa3f542047072517d30a384b61 (patch) | |
tree | d0c7696affdcc92289a38e8207cd27971dbc968f | |
parent | 035cc140524d877b6d659f468a76e9224bf843fa (diff) | |
download | vcxsrv-274f23da5a7a1cfa3f542047072517d30a384b61.tar.gz vcxsrv-274f23da5a7a1cfa3f542047072517d30a384b61.tar.bz2 vcxsrv-274f23da5a7a1cfa3f542047072517d30a384b61.zip |
Updated building.txt
-rw-r--r-- | building.txt | 8 |
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
|