summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2014-02-24 16:54:10 +0100
committerAndy Polyakov <appro@openssl.org>2014-02-24 16:55:46 +0100
commit24a47191f367a7320258505a0b35a65e822cf9d1 (patch)
tree0416a41d72c011fa2cae7ea833153864e2b08833 /util
parent4ba2edd2a5634ff1f64cc0829024c3c6e796cff2 (diff)
BC-32.pl: pre-1.0.2-specific refresh for Borland C.
PR: 3251 Suggested by: Thorsten Schöning (cherry picked from commit 3ae1b53496acd3f25e9b9089ed5fb6000e41a557)
Diffstat (limited to 'util')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl
index ed28e65e66..b41bb45e82 100644
--- a/util/pl/BC-32.pl
+++ b/util/pl/BC-32.pl
@@ -18,7 +18,7 @@ $out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common warnings
-$cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -D_strnicmp=strnicmp ";
+$cflags="-DWIN32_LEAN_AND_MEAN -q -w-ccc -w-rch -w-pia -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp -D_strnicmp=strnicmp -D_timeb=timeb -D_ftime=ftime ";
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";