diff dsss.conf @ 156:969e7de37c3d default tip

Fixes to get dwt to work with dmd and ldc
author Jacob Carlborg <doob@me.com>
date Wed, 08 Jul 2009 21:56:44 +0200
parents e91dcbf77cc7
children
line wrap: on
line diff
--- a/dsss.conf	Mon Jul 06 21:17:03 2009 +0200
+++ b/dsss.conf	Wed Jul 08 21:56:44 2009 +0200
@@ -5,7 +5,7 @@
 }
 
 version (LDC){
-    buildflags += -Jres -L=-framework=Cocoa -L=-framework=Carbon -L=-lxpcomglue -L=-lstdc++
+    buildflags += -Jres -L-framework -LCocoa -L-framework -LCarbon -L-lxpcomglue -L-lstdc++
 	exclude=dwt/browser
 }