Progetti Linux

git-svn-id: svn://10.65.10.50/trunk@11986 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
alex 2004-04-21 23:31:51 +00:00
parent a9b78e7d47
commit ca4ca93059

View File

@ -13,10 +13,13 @@ for i in $2*.$srcext
do
n=`basename $i .$srcext`
of=../../exed/$n.$dstext
of1=../../exe/$n.$dstext
./$compiler $i $of
of1=../../exe/$n.$dstext
if [ ! -L $of1 ];
then
ln -s $of $of1
dir=`pwd`
cd ../../exe/
ln -s ../exed/$n.$dstext $n.$dstext
cd $dir
fi
done