diff options
author | Tor Lillqvist <tml@novell.com> | 2005-06-16 03:32:40 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-06-16 03:32:40 +0800 |
commit | 44fef559359ef02284e894979035beec5e016f26 (patch) | |
tree | eb61734d2bbc3a1bc87965f2e0b1de20fe04977e /ChangeLog | |
parent | 039812d8add16b44e9fdb2918e692e1a5e2458df (diff) | |
download | gsoc2013-evolution-44fef559359ef02284e894979035beec5e016f26.tar.gz gsoc2013-evolution-44fef559359ef02284e894979035beec5e016f26.tar.zst gsoc2013-evolution-44fef559359ef02284e894979035beec5e016f26.zip |
Check for Win32. Define Automake conditional OS_WIN32. Define autoconf
2005-06-15 Tor Lillqvist <tml@novell.com>
* configure.in: Check for Win32. Define Automake conditional
OS_WIN32. Define autoconf substitutions SOEXT (.so vs. .dll) and
NO_UNDEFINED (empty vs. -no-undefined). Check for regexec, perhaps
in a separate -lregex. Expand win32/Makefile.
svn path=/trunk/; revision=29509
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-06-15 Tor Lillqvist <tml@novell.com> + * configure.in: Check for Win32. Define Automake conditional + OS_WIN32. Define autoconf substitutions SOEXT (.so vs. .dll) and + NO_UNDEFINED (empty vs. -no-undefined). Check for regexec, perhaps + in a separate -lregex. Expand win32/Makefile. + * win32/README * win32/Makefile.am * win32/dummy.la |