new scripts for client login files

This commit is contained in:
Jim Norman
2005-10-21 01:39:55 +00:00
parent a76d92a334
commit 36c3b37bfc
4 changed files with 94 additions and 0 deletions

View File

@@ -232,4 +232,20 @@ echo '**** BUILDING NON-DEBUG jmicasa FAILED ****'
exit 1
fi
if (mk-clientlogin-dl d clean all)
then
echo
else
echo '**** BUILDING debug client login FAILED ****'
exit 1
fi
if (mk-clientlogin-ol d clean all)
then
echo
else
echo '**** BUILDING client login FAILED ****'
exit 1
fi