aboutsummaryrefslogtreecommitdiffstats
path: root/apps
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 /apps
parent5fee3fe2760d65a141873601c4b7b9fd2fc5c7b1 (diff)
downloadopenssl-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 'apps')
-rw-r--r--apps/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/build.info b/apps/build.info
index 146e9009f5..06759b2f94 100644
--- a/apps/build.info
+++ b/apps/build.info
@@ -71,7 +71,7 @@ IF[{- !$disabled{apps} -}]
# always depend on a changed configuration.
DEPEND[progs.c]=../configdata.pm
- IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-)/ -}]
+ IF[{- $config{target} =~ /^(?:Cygwin|mingw|VC-|BC-)/ -}]
GENERATE[openssl.rc]=../util/mkrc.pl openssl
SOURCE[openssl]=openssl.rc
ENDIF