From eba80981e57232c4f54dbe822c04f4d036f423f3 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Thu, 22 Jun 2006 12:00:51 +0000 Subject: [PATCH] * fix idl build command * generate client/server headers/sources in intermediate directory svn path=/trunk/; revision=22497 --- reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp index fb137d24f0e..cf4523f53a4 100644 --- a/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp +++ b/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp @@ -516,8 +516,9 @@ MSVCBackend::_generate_vcproj ( const Module& module ) fprintf ( OUT, "\t\t\t\t\t\r\n" ); + fprintf ( OUT, "\t\t\t\t\t\tName=\"VCMIDLTool\"\r\n" ); + fprintf ( OUT, "\t\t\t\t\t\tHeaderFileName=\"$(InputName).h\"\r\n" ); + fprintf ( OUT, "\t\t\t\t\t\tOutputDirectory=\"$(IntDir)\"/>\r\n" ); } else if ((source_file.find(".asm") != string::npos || tolower(source_file.at(source_file.size() - 1)) == 's')) {