comparison Makefile.mingw @ 19504:d5ecaf5bce93

Fix the win32 build for the cert SoC branch merge.
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 28 Aug 2007 03:15:48 +0000
parents ceb6561c5865
children 0afbcc405f89
comparison
equal deleted inserted replaced
19503:2f0960548c1d 19504:d5ecaf5bce93
49 plc4.dll \ 49 plc4.dll \
50 plds4.dll \ 50 plds4.dll \
51 silc.dll \ 51 silc.dll \
52 silcclient.dll \ 52 silcclient.dll \
53 softokn3.dll \ 53 softokn3.dll \
54 smime3.dll \
54 ssl3.dll 55 ssl3.dll
55 56
56 #build an expression for `find` to use to ignore the above files 57 #build an expression for `find` to use to ignore the above files
57 EXTERNAL_DLLS_FIND_EXP = $(patsubst %,-o -name %,$(EXTERNAL_DLLS)) 58 EXTERNAL_DLLS_FIND_EXP = $(patsubst %,-o -name %,$(EXTERNAL_DLLS))
58 59