This commit is contained in:
Manohar 2006-02-28 11:55:04 +00:00
parent 3d8a6cf4e1
commit 4b791ba964
2 changed files with 32 additions and 0 deletions

View File

@ -85,6 +85,22 @@ echo '**** BUILDING DEBUG Gnome Keyring Wrapper Dll FAILED ****'
exit 1
fi
if (mk-micasa_ff-dl d clean all)
then
echo
else
echo '**** BUILDING DEBUG FireFox Native Lib FAILED ****'
exit 1
fi
if (mk-micasa_ffwrap-dl d clean all)
then
echo
else
echo '**** BUILDING DEBUG FireFox Wrapper Dll FAILED ****'
exit 1
fi
if (mk-micasa_ad-dl d clean all)
then
echo

View File

@ -85,6 +85,22 @@ echo '**** BUILDING Gnome Keyring Wrapper Dll FAILED ****'
exit 1
fi
if (mk-micasa_ff-ol m clean all )
then
echo
else
echo '**** BUILDING FireFox Native Lib FAILED ****'
exit 1
fi
if (mk-micasa_ffwrap-ol m clean all )
then
echo
else
echo '**** BUILDING FireFox Wrapper Dll FAILED ****'
exit 1
fi
if (mk-micasa_ad-ol m clean all )
then
echo