aboutsummaryrefslogtreecommitdiffstats
path: root/win32/libevolution-addressbook.def
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate the def files according to the current state of the realFridrich Strba2009-06-051-5/+0
| | | | exports.
* Update Win32 symbol export files.Matthew Barnes2009-05-211-0/+141
|
* win32/README win32/Makefile.am win32/dummy.la win32/libemiscwidgets.defTor Lillqvist2005-06-161-0/+14
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