Display the windres command
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
33a6d5a0e5
commit
7b8666276d
1 changed files with 2 additions and 0 deletions
|
@ -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"; \
|
||||
|
|
Loading…
Reference in a new issue