view dsss.conf @ 198:489eb3f36068

Add impl for Collection
author Frank Benoit <benoit@tionex.de>
date Thu, 19 Feb 2009 17:21:08 +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