winemaker: Fix whitespace handling for libs.

This commit is contained in:
André Hentschel 2009-04-21 20:32:34 +02:00 committed by Alexandre Julliard
parent aeb7655cc1
commit b09d6d0819
1 changed files with 1 additions and 1 deletions

View File

@ -727,7 +727,7 @@ sub source_scan_project_file($$$)
#print "\n$prj_target_libs bevor\n";
$prj_target_libs=~s/\\/\//g;
$prj_target_libs=~s/\.lib//g;
$prj_target_libs=~s/\s/ -l/g;
$prj_target_libs=~s/\s+/ -l/g;
#print "\n$prj_target_libs after\n";
shift (@prj_target_options);
foreach ( @prj_target_options ) {