Commit 72d5c0dd authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent bcf4a22a
......@@ -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";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment