diff dsss.conf @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children b2693af5a569
line wrap: on
line diff
--- a/dsss.conf	Mon Aug 03 15:31:48 2009 +0200
+++ b/dsss.conf	Sun Jan 03 22:06:11 2010 +0100
@@ -1,2 +1,14 @@
 [dstep]
-exclude += dstep/foundation
\ No newline at end of file
+#target=cocoa-d-test
+
+version (GNU){
+    buildflags += -framework Foundation -framework ApplicationServices -framework CoreFoundation -framework CoreServices -framework DiskArbitration -framework Security -framework QuartzCore -framework QTKit -framework AppKit
+}
+
+version (LDC) {
+	buildflags += -L-framework -LFoundation -L-framework -LApplicationServices -L-framework -LCoreFoundation -L-framework -LCoreServices -L-framework -LDiskArbitration -L-framework -LSecurity -L-framework -LQuartzCore -L-framework -LQTKit -L-framework -LAppKit
+}
+
+version (DigitalMars) {
+	buildflags += -L-framework -LFoundation -L-framework -LApplicationServices -L-framework -LCoreFoundation -L-framework -LCoreServices -L-framework -LDiskArbitration -L-framework -LSecurity -L-framework -LQuartzCore -L-framework -LQTKit -L-framework -LAppKit
+}
\ No newline at end of file