summaryrefslogtreecommitdiffstats
path: root/cmake/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_HRalf Habacker2007-06-151-0/+3
| | | | | | | | | * cmake/dbus/CMakeLists.txt: added missing files * dbus/dbus-transport-win.c/.h: new files * dbus/dbus-sysdeps-win.c,.h: added required _unix functions to make dbus compilable on win32 * dbus/dbus-sysdeps-win-utils.c,.h: moved some functions to dbus-sysdeps-win.c * dbus-win.patch: removed applied or obsolate patches Note: dbus-win32 is now compilable, no guarantee that it runs without any problems
* * cmake: added cygwin compile supportRalf Habacker2007-06-031-0/+9
|
* * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.Ralf Habacker2007-03-141-14/+9
|
* * cmake/config.h.cmake: win32 msvc bug fixRalf Habacker2007-03-091-1/+1
|
* * cmake/config.h.cmake: fixed DBUS_WINxx defines, using _WINCE does not work.Ralf Habacker2007-03-091-4/+3
|
* * cmake/CMakeList.txt,cmake/config.h.cmake: used DBUS_WIN for all win32 ↵Ralf Habacker2007-03-081-1/+18
| | | | systems and DBUS_WINXX for specific subsystems.
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-031-0/+156
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.