view dsss.conf @ 191:1ef729510ed6

Fix compile error
author Frank Benoit <benoit@tionex.de>
date Tue, 28 Oct 2008 23:59:57 +0100
parents c6d7b1ea700b
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