view dsss.conf @ 186:0e2944da7cd0

Fix anon class problem
author Frank Benoit <benoit@tionex.de>
date Sun, 26 Oct 2008 13:59:03 +0100
parents c6d7b1ea700b
children 1ef729510ed6
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
}
version(Windows){
    buildflags+=-I../dwt-win
}
preinstall = \
    installdir res $LIB_PREFIX/res

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