comparison Makefile.mingw @ 29907:996eb83a1162

Update NSS/NSPR to 3.12.5/4.8.2 (self-built). Big thanks goes to Berke Viktor for doing this.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 01 Mar 2010 03:36:48 +0000
parents 6d6921daf2da
children c65c406d0d8d
comparison
equal deleted inserted replaced
29906:89120a5b285a 29907:996eb83a1162
48 gssapi32.dll \ 48 gssapi32.dll \
49 k5sprt32.dll \ 49 k5sprt32.dll \
50 krb5_32.dll \ 50 krb5_32.dll \
51 libgtkspell.dll \ 51 libgtkspell.dll \
52 libmeanwhile-1.dll \ 52 libmeanwhile-1.dll \
53 libnspr4.dll \
54 libplc4.dll \
55 libplds4.dll \
53 libsasl.dll \ 56 libsasl.dll \
54 libxml2.dll \ 57 libxml2.dll \
55 nspr4.dll \
56 nss3.dll \ 58 nss3.dll \
57 nssckbi.dll \ 59 nssckbi.dll \
58 plc4.dll \ 60 nssutil3.dll \
59 plds4.dll \
60 saslANONYMOUS.dll \ 61 saslANONYMOUS.dll \
61 saslCRAMMD5.dll \ 62 saslCRAMMD5.dll \
62 saslDIGESTMD5.dll \ 63 saslDIGESTMD5.dll \
63 saslGSSAPI.dll \ 64 saslGSSAPI.dll \
64 saslLOGIN.dll \ 65 saslLOGIN.dll \
65 saslPLAIN.dll \ 66 saslPLAIN.dll \
66 libsilc-1-1-2.dll \ 67 libsilc-1-1-2.dll \
67 libsilcclient-1-1-2.dll \ 68 libsilcclient-1-1-2.dll \
68 smime3.dll \ 69 smime3.dll \
69 softokn3.dll \ 70 softokn3.dll \
71 sqlite3.dll \
70 ssl3.dll 72 ssl3.dll
71 73
72 #build an expression for `find` to use to ignore the above files 74 #build an expression for `find` to use to ignore the above files
73 EXTERNAL_DLLS_FIND_EXP = $(patsubst %,-o -name %,$(EXTERNAL_DLLS)) 75 EXTERNAL_DLLS_FIND_EXP = $(patsubst %,-o -name %,$(EXTERNAL_DLLS))
74 76