ole/ directory doesn't exist anymore.

This commit is contained in:
Jon Griffiths 2003-08-18 19:48:14 +00:00 committed by Alexandre Julliard
parent 68806c4410
commit 40085f8a8c
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ sub read_spec_file {
}
my @gdi32_dirs = qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv graphics objects);
my @ntdll_dirs = qw(files if1632 loader/ne loader memory misc msdos ole relay32 scheduler win32);
my @ntdll_dirs = qw(files if1632 loader/ne loader memory misc msdos relay32 scheduler win32);
my @user32_dirs = qw(controls dlls/user/dde windows);
push @makefile_in_files, "tools/winebuild/Makefile.in";