summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* * 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-082-2/+20
| | | | systems and DBUS_WINXX for specific subsystems.
* * cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check ↵Ralf Habacker2007-03-081-1/+2
| | | | really
* * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,Ralf Habacker2007-03-063-5/+8
| | | | cmake/CMakeLists.txt: win32 compile fix
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-0331-0/+3363
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.