Home | History | Annotate | Download | only in pcre

Lines Matching full:dll

542 # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
543 # nice DLL for Windows use". (It is used by the pcre.dll target.)
1565 # anyone using the 'mingw32' compiler to simply type 'make pcre.dll' and get a
1566 # nice DLL for Windows use".
1567 pcre.dll: $(DLL_OBJS)
1568 $(CC) -shared -o pcre.dll -Wl,"--strip-all" -Wl,"--export-all-symbols" $(DLL_OBJS)