aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove a long lived win32 hackFridrich Strba2010-03-061-66/+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-7/+0
| | | | | | | 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-0/+7
| | | | | | 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
* Radically reorganize source code.Matthew Barnes2009-06-251-7/+0
| | | | | | | | | | | | | | | | | | | - Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets.
* libevolution-mail-shared is a new library, so reflect its existenceFridrich Strba2009-06-091-0/+7
| | | | in the win32 bootstrap import libraries.
* Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-041-0/+2
|
* Merge revisions 37108:37199 from trunk.Matthew Barnes2009-02-011-7/+7
| | | | svn path=/branches/kill-bonobo/; revision=37200
* The libetable and libetext DLLs should have the -0 suffix.Tor Lillqvist2005-06-191-4/+4
| | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am: The libetable and libetext DLLs should have the -0 suffix. svn path=/trunk/; revision=29548
* Add libetable and libetext.Tor Lillqvist2005-06-181-0/+14
| | | | | | | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am (EXTRA_DIST): Add libetable and libetext. * win32/libetable.def * win32/libetext.def: New files. * win32/libemiscwidgets.def: Add new entries. svn path=/trunk/; revision=29529
* Typo.Tor Lillqvist2005-06-181-2/+1
| | | | | | | | 2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am (EXTRA_DIST): Typo. svn path=/trunk/; revision=29524
* win32/README win32/Makefile.am win32/dummy.la win32/libemiscwidgets.defTor Lillqvist2005-06-161-0/+51
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