--- misc/scripts/shell/builds.sh 2001/03/09 00:23:22 1.1 +++ misc/scripts/shell/builds.sh 2001/03/26 21:17:22 1.2 @@ -48,8 +48,10 @@ cd ${CHECKOUTDIR}/source ln -s client/conient conient ln -s host/winhost winhost ln -s host/ihost ihost +ln -s reports/php webreports +ln -s reports/DBReporter dbreporter -MODULES="server conient corbaservices winhost ihost" +MODULES="server conient corbaservices winhost ihost webreports dbreporter" for MOD in ${MODULES}; do @@ -71,3 +73,5 @@ cd ${CHECKOUTDIR}/source rm conient rm winhost rm ihost +rm webreports +rm dbreporter