summaryrefslogtreecommitdiff
path: root/build.info
diff options
context:
space:
mode:
authorTanzinul Islam <tanzinul.islam@gmail.com>2020-12-09 00:29:14 +0000
committerDmitry Belyavskiy <beldmit@gmail.com>2021-04-19 11:05:54 +0200
commit6afb36342d4bc63a774fd96088ededfc00401e1d (patch)
tree0cef52523b29ff8970ca431a6653d12b1a5d61f3 /build.info
parent5fee3fe2760d65a141873601c4b7b9fd2fc5c7b1 (diff)
downloadopenssl-new-6afb36342d4bc63a774fd96088ededfc00401e1d.tar.gz
Build resource files
We need to compile with [brcc32.exe][1] and link with [ilink32.exe][2]. The latter expects the `.res` files to be given in the final comma- separated section in the command line (after the `.def` file). [1]: http://docwiki.embarcadero.com/RADStudio/Sydney/en/BRCC32.EXE,_the_Resource_Compiler [2]: http://docwiki.embarcadero.com/RADStudio/Sydney/en/Using_ILINK32_and_ILINK64_on_the_Command_Line#Command-Line_Elements Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/13540)
Diffstat (limited to 'build.info')
-rw-r--r--build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.info b/build.info
index f631d6c780..6c91e22309 100644
--- a/build.info
+++ b/build.info
@@ -79,7 +79,7 @@ IF[{- defined $target{shared_defflag} -}]
GENERATE[libssl.ld]=util/libssl.num libssl
ENDIF
-IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
+IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
GENERATE[libcrypto.rc]=util/mkrc.pl libcrypto
GENERATE[libssl.rc]=util/mkrc.pl libssl