From 72d5c0ddca0841f140ec59bf66ee24e43697aaac Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 6 Dec 2006 11:58:30 +0100 Subject: [PATCH] msvcmaker: Remove unneeded -I.. for the msvcrt tests. --- tools/winapi/msvcmaker | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 6fac11d6789..87c6430e1be 100755 --- a/tools/winapi/msvcmaker +++ b/tools/winapi/msvcmaker @@ -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"; }