--- C:/Users/TSCHOE~1/AppData/Local/Temp/BC-32.pl-revBASE.svn001.tmp.pl	Fr 31. Jan 19:57:14 2014
+++ C:/Users/tschoening/Documents/Subversion/Quellen/Bibliotheken/trunk/C/OpenSSL/0.9.8y/util/pl/BC-32.pl	Sa  1. Feb 11:16:54 2014
@@ -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";
@@ -49,9 +49,9 @@ $shlibp=($shlib)?".dll":".lib";
 $lfile='';
 
 $shlib_ex_obj="";
-$app_ex_obj="c0x32.obj"; 
+$app_ex_obj="c0x32.obj";
 
-$asm='nasmw -f obj -d__omf__';
+$asm='nasm -f obj -d__omf__';
 $asm.=" /Zi" if $debug;
 $afile='-o';
 
@@ -128,7 +128,7 @@ sub do_link_rule
 	{
 	local($target,$files,$dep_libs,$libs)=@_;
 	local($ret,$_);
-	
+
 	$file =~ s/\//$o/g if $o ne '/';
 	$n=&bname($targer);
 	$ret.="$target: $files $dep_libs\n";
