summaryrefslogtreecommitdiffstats
path: root/Configurations/00-base-templates.conf
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-02 16:12:22 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-09 11:22:07 +0100
commit2fe730362812e3c7d364197449a9439e3cb5915b (patch)
treee6a3b5ffabb9c5e9fa76c3f9839104d7f3a3ec90 /Configurations/00-base-templates.conf
parent7c0e1aa6e2b24d76169573703b1455ef178667d9 (diff)
Unified - extract settings from util/pl/VC-32.pl and make the config settings
This introduces the settings loutflag and aroutflag, because different Windows tools that do the same thing have different ways to specify the output file. The Borland C++ config is commented away for the monent, perhaps permanently. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'Configurations/00-base-templates.conf')
-rw-r--r--Configurations/00-base-templates.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf
index 4308c5c1d8..cbb5675db6 100644
--- a/Configurations/00-base-templates.conf
+++ b/Configurations/00-base-templates.conf
@@ -89,7 +89,15 @@
}
return (); },
- build_scheme => [ "mk1mf" ],
+ ld => "link",
+ lflags => "/nologo",
+ loutflag => "/out:",
+ ar => "lib",
+ arflags => "/nologo",
+ aroutflag => "/out:",
+
+ build_file => "makefile",
+ build_scheme => [ "unified", "windows" ],
},
BASE_VMS => {