[Xcb-commit] win32port.mdwn
XCB site
xcb at freedesktop.org
Sat Mar 28 11:53:06 PDT 2009
win32port.mdwn | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit a495aec7b2a30ab0219b87aac922205904e2aebb
Author: Jatin <Jatin at web>
Date: Sat Mar 28 11:53:05 2009 -0700
diff --git a/win32port.mdwn b/win32port.mdwn
index e73d757..14bb6c4 100644
--- a/win32port.mdwn
+++ b/win32port.mdwn
@@ -85,11 +85,11 @@ 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
More information about the xcb-commit
mailing list