add win32 comsupp and wbemuuid libs

This commit is contained in:
Doug MacEachern 2009-08-13 16:35:08 -07:00
parent 245e563857
commit 085218e3fb
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ sub flags {
$os = $1; $os = $1;
$is_win32 = 1; $is_win32 = 1;
@cppflags = ('-DWIN32'); @cppflags = ('-DWIN32');
@libs = qw(kernel32 user32 advapi32 ws2_32 netapi32 shell32 pdh version); @libs = qw(kernel32 user32 advapi32 ws2_32 netapi32 shell32 pdh version comsupp wbemuuid);
} }
elsif ($os =~ /(linux)/) { elsif ($os =~ /(linux)/) {
$os = $1; $os = $1;