msvcmaker: Remove a reference to libs/unicode in msvcmaker.

This commit is contained in:
James Hawkins 2006-09-06 13:53:21 -07:00 committed by Alexandre Julliard
parent f6463dfacd
commit bedcdee714
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ if ($options->wine || $options->winetest) {
my @gdi32_dirs = qw(dlls/gdi/enhmfdrv dlls/gdi/mfdrv);
push @makefile_in_files, "libs/wine/Makefile.in";
push @makefile_in_files, "libs/unicode/Makefile.in";
push @makefile_in_files, "tools/winebuild/Makefile.in";
sub filter_files($$) {