source c:/ourutils/vcvars
set path=(/S/splus6/cmd $path)
## convert to CRLF
zip -q dos LICENCE.WIN */README.txt MASS/EXTRAS spatial/PP.files MASS/scripts/*
unzip -aoq dos
rm dos.zip
cd MASS/scripts
foreach f (ch*)
mv $f {$f:r}.ssc
end
cd ../..
cp LICENCE.WIN MASS/LICENCE.txt
cp LICENCE.WIN class/LICENCE.txt
cp LICENCE.WIN nnet/LICENCE.txt
cp LICENCE.WIN spatial/LICENCE.txt
foreach d (MASS class nnet spatial)
cd $d
echo
echo "    ==== Making in $d ===="
source Win.csh
cd ..
end
