Mercurial > pidgin
diff libgaim/plugins/ssl/Makefile.mingw @ 15076:7ca4a6820154
[gaim-migrate @ 17860]
Upgrade NSS/NSPR for wingaim - we were using relatively old versions. There have been some occasional crashes that may have been caused by some old bugs. I've been using this for a week or so and haven't had any problems.
committer: Tailor Script <tailor@pidgin.im>
| author | Daniel Atallah <daniel.atallah@gmail.com> |
|---|---|
| date | Fri, 01 Dec 2006 04:16:34 +0000 |
| parents | 5d03b309b482 |
| children |
line wrap: on
line diff
--- a/libgaim/plugins/ssl/Makefile.mingw Thu Nov 30 17:45:28 2006 +0000 +++ b/libgaim/plugins/ssl/Makefile.mingw Fri Dec 01 04:16:34 2006 +0000 @@ -13,7 +13,9 @@ TARGET = ssl TARGET_NSS = ssl-nss -NEEDED_DLLS = $(NSS_TOP)/lib/nss3.dll \ +NEEDED_DLLS = \ + $(NSS_TOP)/lib/freebl3.dll \ + $(NSS_TOP)/lib/nss3.dll \ $(NSS_TOP)/lib/nssckbi.dll \ $(NSS_TOP)/lib/softokn3.dll \ $(NSS_TOP)/lib/ssl3.dll \
