Lines Matching refs:dll
470 "$(PERL)" -e "map { m/(.*)\.dll$$/; unlink glob """{.,apps,test,fuzz}/$$1.*"""; } @ARGV" $(SHLIBS)
949 my $dll = platform->sharedlib($lib);
959 $import: $dll
961 $dll: $deps
965 $objs$target{ld_resp_delim}\$(LDOUTFLAG)$dll$target{ldpostoutflag}$target{ld_resp_delim}$linklibs\$…
967 IF EXIST $dll.manifest \\
968 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dll.manifest \$(MTOUTFLAG)$dll
969 IF EXIST apps\\$dll DEL /Q /F apps\\$dll
970 IF EXIST test\\$dll DEL /Q /F test\\$dll
971 IF EXIST fuzz\\$dll DEL /Q /F fuzz\\$dll
972 COPY $dll apps
973 COPY $dll test
974 COPY $dll fuzz