[Xcb-commit] win32port.mdwn

XCB site xcb at freedesktop.org
Sat Mar 28 12:03:19 PDT 2009


 win32port.mdwn |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit e51a5f945b426da392a40c8c5f2ebc62fc57da94
Author: Jatin <Jatin at web>
Date:   Sat Mar 28 12:03:19 2009 -0700

diff --git a/win32port.mdwn b/win32port.mdwn
index 8918d5c..462ad55 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -85,13 +85,13 @@ The following lists the process I used to compile XCB under MinGW on my Debian s
 
 -- Made the following changes (thanks Vincent) - 
 
-1. in configure.ac, before AC _ PROG _ LIBTOOL add AC _ LIBTOOL _ WIN32 _ DLL
+1. in configure.ac, before AC\_PROG\_LIBTOOL add AC\_LIBTOOL\_WIN32\_DLL
 
 2. add, in src/Makefile.am, the value -no-undefined to *_LDFLAGS:
 
-    libxcb _ la _ LDFLAGS = -no-undefined -version-info 1:0:0
+    libxcb\_la\_LDFLAGS = -no-undefined -version-info 1:0:0
 
--- set the environment variable LIBS to include the ws2 _ 32 and pthreadGC2 library - export LIBS = -lws2 _ 32 -lpthreadGC2
+-- set the environment variable LIBS to include the ws2\_32 and pthreadGC2 library - export LIBS = -lws2\_32 -lpthreadGC2
 
 -- Configured and built using - 
 ./autogen.sh --host=i586-mingw32msvc


More information about the xcb-commit mailing list