Skip to content

Commit

Permalink
Bug 193057: add WINNT5.1_* symlinks in mozilla/dist for Windows XP QA.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtc%netscape.com committed Feb 13, 2003
1 parent 8204d20 commit afd1a5a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions security/nss/tests/mksymlinks
Expand Up @@ -26,6 +26,15 @@ if [ -d "$NTDIST" ] ; then
if [ ! -h WINNT5.0_OPT.OBJ -a ! -d WINNT5.0_OPT.OBJ ] ; then
ln -s WINNT4.0_OPT.OBJ WINNT5.0_OPT.OBJ
fi
if [ ! -h WINNT5.1_DBG.OBJ -a ! -d WINNT5.1_DBG.OBJ ] ; then
ln -s WINNT4.0_DBG.OBJ WINNT5.1_DBG.OBJ
fi
if [ ! -h WINNT5.1_DBG.OBJD -a ! -d WINNT5.1_DBG.OBJD ] ; then
ln -s WINNT4.0_DBG.OBJD WINNT5.1_DBG.OBJD
fi
if [ ! -h WINNT5.1_OPT.OBJ -a ! -d WINNT5.1_OPT.OBJ ] ; then
ln -s WINNT4.0_OPT.OBJ WINNT5.1_OPT.OBJ
fi

if [ $O_DEBUG = ON ] ; then
tell
Expand Down

0 comments on commit afd1a5a

Please sign in to comment.