From dada2583bff1a30afc8a5c54a6c7122c4c0a469d Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Fri, 1 Jun 2007 22:27:47 +0000 Subject: * tools/dbus-launch-win.c: new file, replaces script wrapper on win32. * cmake/dbus-launch.bat.cmake: removed obsolate file --- cmake/dbus-launch.bat.cmake | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 cmake/dbus-launch.bat.cmake (limited to 'cmake') diff --git a/cmake/dbus-launch.bat.cmake b/cmake/dbus-launch.bat.cmake deleted file mode 100644 index ef08b5ac..00000000 --- a/cmake/dbus-launch.bat.cmake +++ /dev/null @@ -1,26 +0,0 @@ -:: environment setting for dbus clients -@echo off - -:: session bus address -set DBUS_SESSION_BUS_ADDRESS=@DBUS_SESSION_BUS_DEFAULT_ADDRESS@ - -:: system bus address -set DBUS_SYSTEM_BUS_DEFAULT_ADDRESS=@DBUS_SYSTEM_BUS_DEFAULT_ADDRESS@ - -if exist bus\session.conf ( - @echo starting local dbus daemon - start "D-Bus daemon" "bin\dbus-daemon" "--config-file=bus\session.conf" -) else ( - if not "%DBUSDIR%"=="" ( - @echo starting dbus daemon identified by DBUSDIR=%DBUSDIR% - start "D-Bus daemon" "%DBUSDIR%\bin\dbus-daemon" "--session" - pause - ) else ( - if exist "%ProgramFiles%\dbus\bin\dbus-daemon.exe" ( - @echo starting global dbus daemon located in %ProgramFiles%\dbus - start "D-Bus daemon" "%ProgramFiles%\dbus\bin\dbus-daemon" "--session" - ) else ( - @echo please set DBUSDIR to your DBUS installation dir and restart this script - ) - ) -) -- cgit