summaryrefslogtreecommitdiff
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorulf <ulf>1999-05-07 17:51:17 +0000
committerulf <ulf>1999-05-07 17:51:17 +0000
commit45336eaae3afb904e398fb3eae673a7c11b11fee (patch)
treecbdf79ee0c40c24f9c91a30b3d08519bfc64b8e1 /util/mk1mf.pl
parentc5962c803a79fcf7fa3bfdf8ad337c1c4739abbd (diff)
downloadopenssl-45336eaae3afb904e398fb3eae673a7c11b11fee.tar.gz
Get the Mingw32 makefiles right.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl8
1 files changed, 7 insertions, 1 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 7749505c5..168182362 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -19,6 +19,7 @@ $infile="MINFO";
"VC-W31-32", "Microsoft Visual C++ 1.52 - Windows 3.1 - 386+",
"VC-MSDOS","Microsoft Visual C++ 1.52 - MSDOS",
"Mingw32", "GNU C++ - Windows NT or 9x",
+ "Mingw32-files", "Create files with DOS copy ...",
"BC-NT", "Borland C++ 4.5 - Windows NT",
"BC-W31", "Borland C++ 4.5 - Windows 3.1 - PROBABLY NOT WORKING",
"BC-MSDOS","Borland C++ 4.5 - MSDOS",
@@ -117,6 +118,7 @@ $out_def="out";
$inc_def="outinc";
$tmp_def="tmp";
+$mkdir="mkdir";
($ssl,$crypto)=("ssl","crypto");
$RSAglue="RSAglue";
@@ -158,6 +160,10 @@ elsif ($platform eq "Mingw32")
{
require 'Mingw32.pl';
}
+elsif ($platform eq "Mingw32-files")
+ {
+ require 'Mingw32f.pl';
+ }
elsif ($platform eq "BC-NT")
{
$bc=1;
@@ -317,7 +323,7 @@ INCO_D=$inc_dir${o}openssl
CP=$cp
RM=$rm
RANLIB=$ranlib
-MKDIR=mkdir
+MKDIR=$mkdir
MKLIB=$bin_dir$mklib
MLFLAGS=$mlflags
ASM=$bin_dir$asm