aboutsummaryrefslogtreecommitdiffstats
path: root/win32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Fix a build break under Win32Milan Crha2014-09-081-21/+4
| | | | | | Also build dependencies at the same directory as evolution files and build 'master' configuration by default (it used to build 'stable' configuration instead).
* Miscellaneous Win32 related changesMilan Crha2014-09-061-3/+4
| | | | | | | | * use e_util_win32_initialize() in main() to avoid code duplication * e-spinner - correct image path build under win32 * export WIN32_SERVICELIBEXECDIR when building eds, which relies on it now * update D-Bus patch and session-local.conf creation, thus D-Bus can actually autostart services
* Add Win32 build scripts into sourcesMilan Crha2014-08-251-0/+736
See win32/readme.txt for more information.