diff dsss.conf @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents 62202ce0039f
children 38807a925e24
line wrap: on
line diff
--- a/dsss.conf	Wed Dec 31 21:01:13 2008 +0100
+++ b/dsss.conf	Thu Jan 15 23:08:54 2009 +0100
@@ -1,2 +1,8 @@
 [dwt]
-buildflags+=-framework Cocoa -framework Carbon
\ No newline at end of file
+version (GDC){
+    buildflags+=-framework Cocoa -framework Carbon
+}
+
+version (LDC){
+    buildflags+=-L-framework=Cocoa -L-framework=Carbon
+}
\ No newline at end of file