[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Tue Nov 23 02:59:25 PST 2010


 win32port.mdwn |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 29aaaede73c389c40b8d12fd4fe01c30037818fc
Author: rgs <rgs at web>
Date:   Tue Nov 23 02:59:25 2010 -0800

diff --git a/win32port.mdwn b/win32port.mdwn
index 5ad6dbe..a3d3435 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -77,9 +77,13 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
 -- Compiled and installed the pthread-win32 library (<http://sourceware.org/pthreads-win32/>)
 
 * make CC=i586-mingw32msvc-gcc \
+
          RC=i586-mingw32msvc-windres \
+
          RANLIB=i586-mingw32msvc-ranlib \
+
          DLLTOOL=i586-mingw32msvc-dlltool \
+
          clean GC
 
 -- Made the following changes (thanks Vincent) - 


More information about the xcb-commit mailing list