changeset: 5558:4b5b7dcc19d6
parent: 5556:70af4098e14f
user: Jeff Sparkes <jsparkes(a)gmail.com>
date: Mon May 02 08:51:19 2011 -0400
files: ChangeLog configure.ac
description:
Fix for issue745, linking on cygwin 1.7.
Use /usr/lib/w32api first.
diff -r 70af4098e14f -r 4b5b7dcc19d6 ChangeLog
--- a/ChangeLog Mon May 02 10:51:26 2011 +0100
+++ b/ChangeLog Mon May 02 08:51:19 2011 -0400
@@ -1,3 +1,8 @@
+2011-05-02 Jeff Sparkes <jsparkes(a)gmail.com>
+
+ * configure.ac (HAVE_MS_WINDOWS): On cygwin, use the w32api package
+ libraries in /usr/lib/w32api. Fix for tracker issue745.
+
2011-04-29 Stephen J. Turnbull <stephen(a)xemacs.org>
* XEmacs 21.5.31 "ginger" is released.
diff -r 70af4098e14f -r 4b5b7dcc19d6 configure.ac
--- a/configure.ac Mon May 02 10:51:26 2011 +0100
+++ b/configure.ac Mon May 02 08:51:19 2011 -0400
@@ -3243,7 +3243,7 @@
fi
install_pp="$srcdir/lib-src/installexe.sh"
- XE_APPEND(-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid
-lwinspool -lmpr, libs_system)
+ XE_APPEND(-L/usr/lib/w32api -limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32
-lole32 -luuid -lwinspool -lmpr, libs_system)
if test "$with_dragndrop" != no; then
XE_APPEND(msw, dragndrop_proto)
with_dragndrop=yes
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches