msvcmaker: Remove a reference to libs/unicode in msvcmaker.
This commit is contained in:
parent
f6463dfacd
commit
bedcdee714
|
@ -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($$) {
|
||||
|
|
Loading…
Reference in New Issue