This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Stanislav Slusny (author)
Mon Aug 18 11:17:10 -0700 2008
evolution-data-server / win32
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
Makefile.am | ||
| |
README | ||
| |
dummy.la | ||
| |
libedataserverui.def |
win32/README
This directory contains .def files for some of the DLLs in EDS. They are used to build bootstrap import libraries for these DLLs in advance before they have actually been built. This is necessary because Evolution's shared libraries have circular dependencies, and one can't have unresolved symbols when building shared libraries on Win32. These .def files aren't used when building the actual DLLs in question. They are only used to produce bootstrap import libraries for them. Thus a .def file for libFOO here doesn't list all the actual entry points in libFOO, only those that are used by other DLLs that are built before libFOO. When the actual libFOO is built, we rely on the GNU linker's auto-export to export all public symbols.








