BC-32.pl: pre-1.0.2-specific refresh for Borland C.
authorAndy Polyakov <appro@openssl.org>
Mon, 24 Feb 2014 15:54:10 +0000 (16:54 +0100)
committerAndy Polyakov <appro@openssl.org>
Mon, 24 Feb 2014 15:54:10 +0000 (16:54 +0100)
PR: 3251
Suggested by: Thorsten Schöning

util/pl/BC-32.pl

index ed28e65e661a644328cd7d3bec99ff82d369c31c..b41bb45e8204d4bd559fef39704510e3d7e48977 100644 (file)
@@ -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";