diff options
author | Tor Lillqvist <tml@novell.com> | 2009-01-30 23:08:31 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2009-01-30 23:08:31 +0800 |
commit | 3462659b0a40d099630be394094788746f470f44 (patch) | |
tree | e20f08975bbee1569765a8a21188ae3d50149761 /ChangeLog | |
parent | dfdaafa8816cf75e3a9a482c1bcbf4b54c331935 (diff) | |
download | gsoc2013-evolution-3462659b0a40d099630be394094788746f470f44.tar.gz gsoc2013-evolution-3462659b0a40d099630be394094788746f470f44.tar.zst gsoc2013-evolution-3462659b0a40d099630be394094788746f470f44.zip |
Cross-compilation from Linux to Windows support by Fridrich Strba.
2009-01-29 Tor Lillqvist <tml@novell.com>
Cross-compilation from Linux to Windows support by Fridrich Strba.
* configure.in: Check for <sys/wait.h>. 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2009-01-29 Tor Lillqvist <tml@novell.com> + + Cross-compilation from Linux to Windows support by Fridrich Strba. + + * configure.in: Check for <sys/wait.h>. 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 <sragavan@novell.com> * tools/killev.c: Added another pattern to killev. |