Mercurial > pidgin.yaz
comparison Makefile.mingw @ 21143:7be910c7cff7
merge of '20236f54c97e87512b7eb716559a4bd86b73f833'
and '756265e6ef8651abedbdc0a1aad9d50cc32e140f'
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 05 Nov 2007 00:35:07 +0000 |
parents | 23d046a20aa0 |
children | ff8dc621f3c3 |
comparison
equal
deleted
inserted
replaced
21061:1d92b85ef5d9 | 21143:7be910c7cff7 |
---|---|
40 | 40 |
41 | 41 |
42 # Any *.dll or *.exe files included in win32-install-dir that we don't compile | 42 # Any *.dll or *.exe files included in win32-install-dir that we don't compile |
43 # should be included in this list so they don't get stripped | 43 # should be included in this list so they don't get stripped |
44 EXTERNAL_DLLS = \ | 44 EXTERNAL_DLLS = \ |
45 comerr32.dll \ | |
45 freebl3.dll \ | 46 freebl3.dll \ |
47 gssapi32.dll \ | |
48 k5sprt32.dll \ | |
49 krb5_32.dll \ | |
46 libgtkspell.dll \ | 50 libgtkspell.dll \ |
47 libmeanwhile-1.dll \ | 51 libmeanwhile-1.dll \ |
52 libsasl.dll \ | |
48 libxml2.dll \ | 53 libxml2.dll \ |
49 nspr4.dll \ | 54 nspr4.dll \ |
50 nss3.dll \ | 55 nss3.dll \ |
51 nssckbi.dll \ | 56 nssckbi.dll \ |
52 plc4.dll \ | 57 plc4.dll \ |
53 plds4.dll \ | 58 plds4.dll \ |
59 saslANONYMOUS.dll \ | |
60 saslCRAMMD5.dll \ | |
61 saslDIGESTMD5.dll \ | |
62 saslGSSAPI.dll \ | |
63 saslLOGIN.dll \ | |
64 saslPLAIN.dll \ | |
54 silc.dll \ | 65 silc.dll \ |
55 silcclient.dll \ | 66 silcclient.dll \ |
67 smime3.dll \ | |
56 softokn3.dll \ | 68 softokn3.dll \ |
57 smime3.dll \ | |
58 ssl3.dll | 69 ssl3.dll |
59 | 70 |
60 #build an expression for `find` to use to ignore the above files | 71 #build an expression for `find` to use to ignore the above files |
61 EXTERNAL_DLLS_FIND_EXP = $(patsubst %,-o -name %,$(EXTERNAL_DLLS)) | 72 EXTERNAL_DLLS_FIND_EXP = $(patsubst %,-o -name %,$(EXTERNAL_DLLS)) |
62 | 73 |