From 3462659b0a40d099630be394094788746f470f44 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 30 Jan 2009 15:08:31 +0000 Subject: Cross-compilation from Linux to Windows support by Fridrich Strba. 2009-01-29 Tor Lillqvist Cross-compilation from Linux to Windows support by Fridrich Strba. * configure.in: Check for . Don't look for socklen_t on Windows. If cross-compiling, we obviously can't run the test to find out the preferred formats for charset names of iconv(). We know them a priori for Windows, though. For cross-compilation to other platforms more change is needed. * win32/Makefile.am: Use $(DLLTOOL) instead of hardcoding name. svn path=/trunk/; revision=37193 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce44485af5..ef69d990d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2009-01-29 Tor Lillqvist + + Cross-compilation from Linux to Windows support by Fridrich Strba. + + * configure.in: Check for . Don't look for socklen_t + on Windows. + + If cross-compiling, we obviously can't run the test to find out + the preferred formats for charset names of iconv(). We know them a + priori for Windows, though. For cross-compilation to other + platforms more change is needed. + + * win32/Makefile.am: Use $(DLLTOOL) instead of hardcoding name. + 2009-01-29 Srinivasa Ragavan * tools/killev.c: Added another pattern to killev. -- cgit v1.2.3