comparison dsss.conf @ 154:535243e6d16a

Fixes to make dwt compile with ldc
author Jacob Carlborg <doob@me.com>
date Sat, 13 Jun 2009 00:25:05 +0200
parents 1ec7c20355bd
children e91dcbf77cc7
comparison
equal deleted inserted replaced
153:8433dabeb15e 154:535243e6d16a
1 [dwt] 1 [dwt]
2 dylib
3 buildflags+=-dc=gdc-posix-tango
4 2
5 version (GNU){ 3 version (GNU){
6 buildflags += -Jres -framework Cocoa -framework Carbon 4 buildflags += -Jres -framework Cocoa -framework Carbon
7 } 5 }
8 6
9 version (LDC){ 7 version (LDC){
10 buildflags += -Jres -L-framework=Cocoa -L-framework=Carbon 8 buildflags += -Jres -L-framework=Cocoa -L-framework=Carbon
9 exclude=dwt/browser
11 } 10 }
12 11
13 version (DMD){ 12 version (DMD){
14 buildflags += -Jres -L-framework -LCocoa -L-framework -LCarbon -version=darwin 13 buildflags += -Jres -L-framework -LCocoa -L-framework -LCarbon -version=darwin
15 } 14 }