diff dbus-d/dsrc/dsss.conf @ 0:a5576806d36d

recreate repository without any libs for lightweight repository
author Frank Benoit <benoit@tionex.de>
date Sat, 20 Oct 2007 18:07:18 +0200
parents
children 5fb77a7e7d64
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dbus-d/dsrc/dsss.conf	Sat Oct 20 18:07:18 2007 +0200
@@ -0,0 +1,22 @@
+[test/client/DClient.d]
+version(linux){
+    buildflags+=-I~/tango
+    buildflags+=-L-ldbus-1
+}
+version(Windows){
+    buildflags+=-S..\libs
+    buildflags+=-ll"libdbus-1"
+    buildflags+=-L/SUBSYSTEM:console:5
+}
+target=DClient.exe
+
+[org/freedesktop/dbus/tool/CreateInterface.d]
+target=../bin/dbus-createinterface
+buildflags+=-I/Dater/ext/tango
+buildflags+=-I/Dater/ext
+buildflags+=/Dater/ext/flectioned/flectioned.d
+
+
+
+
+