Added missing extension for 'ole32.dll'.

This commit is contained in:
Francois Gouget 2001-03-10 19:15:16 +00:00 committed by Alexandre Julliard
parent f5a6e30493
commit 49fc317f23
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ sub source_scan_directory
# This is the default link list of Visual Studio, except odbccp32
# which we don't have in Wine. Also I add ntdll which seems
# necessary for Winelib.
my @std_imports=qw(advapi32.dll comdlg32.dll gdi32.dll kernel32.dll ntdll.dll odbc32.dll ole32 oleaut32.dll shell32.dll user32.dll winspool.drv);
my @std_imports=qw(advapi32.dll comdlg32.dll gdi32.dll kernel32.dll ntdll.dll odbc32.dll ole32.dll oleaut32.dll shell32.dll user32.dll winspool.drv);
@$target[$T_IMPORTS]=\@std_imports;
push @{@$project[$P_TARGETS]},$target;