Commit 7b866627 authored by Richard Levitte's avatar Richard Levitte
Browse files

Display the windres command



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 33a6d5a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -308,6 +308,8 @@ link_a.cygwin:
		base=; [ $(LIBNAME) = "crypto" ] && base=-Wl,--image-base,0x63000000; \
	fi; \
	dll_name=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX; \
	echo "$(PERL) $(SRCDIR)/util/mkrc.pl $$dll_name |" \
		     "$(CROSS_COMPILE)windres $(SHARED_RCFLAGS) -o rc.o"; \
	$(PERL) $(SRCDIR)/util/mkrc.pl $$dll_name | \
		$(CROSS_COMPILE)windres $(SHARED_RCFLAGS) -o rc.o; \
	extras="$$extras rc.o"; \