summaryrefslogtreecommitdiffstats
path: root/cmake/ConfigureChecks.cmake
Commit message (Collapse)AuthorAgeFilesLines
* * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_HRalf Habacker2007-06-151-0/+1
| | | | | | | | | * 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-1/+2
|
* * cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check ↵Ralf Habacker2007-03-081-1/+2
| | | | really
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-031-0/+126
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.