Module: wine Branch: master Commit: 72d5c0ddca0841f140ec59bf66ee24e43697aaac URL: http://source.winehq.org/git/wine.git/?a=commit;h=72d5c0ddca0841f140ec59bf66...
Author: Francois Gouget fgouget@free.fr Date: Wed Dec 6 11:58:30 2006 +0100
msvcmaker: Remove unneeded -I.. for the msvcrt tests.
---
tools/winapi/msvcmaker | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/tools/winapi/msvcmaker b/tools/winapi/msvcmaker index 6fac11d..87c6430 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"; }