view dsss.conf @ 200:eb3414669eb0 default tip

fix for dmd 1.041 and tango 0.99.8
author Frank Benoit <benoit@tionex.de>
date Sat, 28 Mar 2009 03:09:57 +0100
parents 1ef729510ed6
children
line wrap: on
line source




[dwtx]
type=library
buildflags+=-Jres

##exclude the incomplete JFace.Text
#exclude+=dwtx/text
#exclude+=dwtx/jface/contentassist
#exclude+=dwtx/jface/text
#exclude+=dwtx/jface/internal/text

version(linux){
    buildflags+=-I../dwt-linux
    buildflags+=-J../dwt-linux/res
}
version(Windows){
    buildflags+=-I../dwt-win
    buildflags+=-J../dwt-win/res
}
preinstall = \
    installdir res $LIB_PREFIX/res

[test.d]
buildflags+=-Jres
buildflags+=-I../dwt-linux