msvcmaker: Remove unneeded -I.. for the msvcrt tests.

oldstable
Francois Gouget 2006-12-06 11:58:30 +01:00 committed by Alexandre Julliard
parent bcf4a22a5e
commit 72d5c0ddca
1 changed files with 0 additions and 4 deletions

View File

@ -631,10 +631,6 @@ sub _generate_dsp($$) {
push @defines2, "__WINETEST_OUTPUT_DIR=\\\"$output_dir2\\\"";
push @defines2, qw(__i386__ _X86_);
if($project eq "msvcrt_test") {
push @includes, "..";
}
if ($project =~ /_test$/) {
push @includes, "$msvc_wine_dir\\$output_dir";
}