diff dsss.conf @ 136:1a0129cab08e

Fixes #5
author Jacob Carlborg <doob@me.com>
date Sat, 30 May 2009 21:38:21 +0200
parents 38807a925e24
children 1ec7c20355bd
line wrap: on
line diff
--- a/dsss.conf	Sun May 24 22:24:42 2009 +0200
+++ b/dsss.conf	Sat May 30 21:38:21 2009 +0200
@@ -6,4 +6,8 @@
 
 version (LDC){
     buildflags += -Jres -L-framework=Cocoa -L-framework=Carbon
+}
+
+version (DMD){
+    buildflags += -Jres -L-framework -LCocoa -L-framework -LCarbon -version=darwin
 }
\ No newline at end of file