comparison dsss.conf @ 155:e91dcbf77cc7

Fixes runtime problems with dmd and ldc. Changed a couple of floats to CGFloat
author Jacob Carlborg <doob@me.com>
date Mon, 06 Jul 2009 21:17:03 +0200
parents 535243e6d16a
children 969e7de37c3d
comparison
equal deleted inserted replaced
154:535243e6d16a 155:e91dcbf77cc7
1 [dwt] 1 [dwt]
2 2
3 version (GNU){ 3 version (GNU){
4 buildflags += -Jres -framework Cocoa -framework Carbon 4 buildflags += -Jres -framework Cocoa -framework Carbon -L-lxpcomglue -L-lstdc++
5 } 5 }
6 6
7 version (LDC){ 7 version (LDC){
8 buildflags += -Jres -L-framework=Cocoa -L-framework=Carbon 8 buildflags += -Jres -L=-framework=Cocoa -L=-framework=Carbon -L=-lxpcomglue -L=-lstdc++
9 exclude=dwt/browser 9 exclude=dwt/browser
10 } 10 }
11 11
12 version (DMD){ 12 version (DigitalMars){
13 buildflags += -Jres -L-framework -LCocoa -L-framework -LCarbon -version=darwin 13 buildflags += -Jres -L-framework -LCocoa -L-framework -LCarbon -L-lxpcomglue -L-lstdc++
14 } 14 }