aboutsummaryrefslogtreecommitdiffstats
path: root/Configurations/10-main.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 22:29:20 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 11:00:21 +0100
commit0ef1ce49eeed417c143a8c1bf77ce0d843306e3d (patch)
treefd888edc44429d7527a9853a4f8bc6ab9a0920a5 /Configurations/10-main.conf
parent753585b94897f5628cf9c13d8a6c97861074febb (diff)
downloadopenssl-0ef1ce49eeed417c143a8c1bf77ce0d843306e3d.tar.gz
Remove generation of ms/version32.rc from Configure, use util/mkrc.pl
utils/mkrc.pl was added a while ago as a better generator for the Windows DLL resource file. Finalize the change by removing the ms/version32.rc generator from Configure and adding resource file support using mkrc.pl in Configurations/windows-makefile.pl Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r--Configurations/10-main.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 87160968ca..5b64803810 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -1222,6 +1222,8 @@ sub vc_wince_info {
cc => "cl",
cflags => "-W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE",
coutflag => "/Fo",
+ rc => "rc",
+ rcoutflag => "/fo",
lib_cflags => sub { join(" ",
($disabled{shared} ? "/Zl" : ()),
"/Zi /Fdlib") },