Configurations/00-base-templates.conf: harmonize BASE_Windows.
authorAndy Polyakov <appro@openssl.org>
Sun, 17 Jul 2016 20:12:38 +0000 (22:12 +0200)
committerAndy Polyakov <appro@openssl.org>
Mon, 1 Aug 2016 07:51:30 +0000 (09:51 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
Configurations/00-base-templates.conf
Configurations/10-main.conf

index 9cd7aabb81d7c3ca3affb521dd43d5894a654d10..566b89b83541f5ee0f38f1e9df26d4aca8e0a62e 100644 (file)
@@ -91,6 +91,8 @@
         ar              => "lib",
         arflags         => "/nologo",
         aroutflag       => "/out:",
+        rc               => "rc",
+        rcoutflag        => "/fo",
         mt              => "mt",
         mtflags         => "-nologo",
         mtinflag        => "-manifest ",
index d7db9a8c1952ebc6b89d1c28e3b65cabd4a799c7..62e659eb3c1ca22e70e959d8c7c7192969eff492 100644 (file)
@@ -1246,8 +1246,6 @@ sub vms_info {
                                       return [ @defs ];
                                     }),
         coutflag         => "/Fo",
-        rc               => "rc",
-        rcoutflag        => "/fo",
         lib_cflags       => add("/Zi /Fdossl_static"),
         dso_cflags       => "/Zi /Fddso",
         bin_cflags       => "/Zi /Fdapp",