msvcmaker: Remove unneeded -I.. for the msvcrt tests.
This commit is contained in:
parent
bcf4a22a5e
commit
72d5c0ddca
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue