aboutsummaryrefslogtreecommitdiffstats
path: root/win32/libevolution-mail.def
Commit message (Collapse)AuthorAgeFilesLines
* Remove a long lived win32 hackFridrich Strba2010-03-061-174/+0
| | | | | It seems that the dummy libraries are not needed anymore on windows nowadays.
* Revert "Without this evo 2.28.2 will not link/run at all"Matthew Barnes2010-01-291-1/+17
| | | | | | | This reverts commit 013ce5b70e85d6c9008cebd1d5efbe87a539d445. Looks like it was meant for gnome-2-28 branch. In any case it contains unresolved merge conflicts which breaks compilation.
* Without this evo 2.28.2 will not link/run at allFridrich Strba2010-01-281-17/+1
| | | | | | The change is needed: 1) To export the right symbols from the right dummy import library so that the loader does not look for symbols where they are not 2) Export that comp_editor_registry using a getter function for win32 so that we don't have to decorate the data string so that the autoexport works again
* Regenerate the def files according to the current state of the realFridrich Strba2009-06-051-528/+19
| | | | exports.
* Update Win32 symbol export files.Matthew Barnes2009-05-211-3/+658
|
* Add more functions used by libevolution-calendar.la.Tor Lillqvist2008-06-131-0/+4
| | | | | | | | | | 2008-06-13 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: Add more functions used by libevolution-calendar.la. svn path=/trunk/; revision=35637
* Add new functions used by libevolution-composer.la.Tor Lillqvist2008-06-131-0/+8
| | | | | | | | | | | | | | 2008-06-13 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: Add new functions used by libevolution-composer.la. * addressbook/gui/component/Makefile.am libevolution_addressbook_la_LIBADD): Link with the bootstrap libevolution-mail library on Windows. svn path=/trunk/; revision=35636
* Add two more entries for bootstrapping. TheTor Lillqvist2008-01-251-0/+2
| | | | | | | | | | | | 2008-01-25 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: Add two more entries for bootstrapping. The mail/importers/libevolution-mail-importers library depends on the libevolution-mail library which hasn't been built yet when libevolution-mail-importers is built. svn path=/trunk/; revision=34894
* List the function mail_win32_get_mail_thread_queued() instead of theTor Lillqvist2006-10-161-1/+1
| | | | | | | | | | | | | | | | | | 2006-10-16 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: List the function mail_win32_get_mail_thread_queued() instead of the variable mail_thread_queued. (#348212) * mail-mt.h: On Win32 we don't want to use the mail_thread_queued variable outside the libevolution-mail DLL, but instead access its value through a getter function. * mail-mt.c: Make mail_thread_queued static on Win32. (mail_win32_get_mail_thread_queued): New function that returns the value of mail_thread_queued. svn path=/trunk/; revision=32898
* Add more entries.Tor Lillqvist2005-07-131-0/+4
| | | | | | | | 2005-07-13 Tor Lillqvist <tml@novell.com> * win32/libevolution-mail.def: Add more entries. svn path=/trunk/; revision=29745
* win32/README win32/Makefile.am win32/dummy.la win32/libemiscwidgets.defTor Lillqvist2005-06-161-0/+10
2005-06-15 Tor Lillqvist <tml@novell.com> * win32/README * win32/Makefile.am * win32/dummy.la * win32/libemiscwidgets.def * win32/libevolution-addressbook.def * win32/libevolution-calendar.def * win32/libevolution-mail.def * win32/libfilter.def: New files. Build bootstrap import libraries for some of Evolution's DLLs to work around circular dependencies between some of the shared libraries. Circular dependecies are problematic on Win32 where one can't have undefined symbols in executables (or shared libraries). svn path=/trunk/; revision=29508