mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
* fix idl build command
* generate client/server headers/sources in intermediate directory svn path=/trunk/; revision=22497
This commit is contained in:
parent
5831981241
commit
eba80981e5
1 changed files with 3 additions and 2 deletions
|
@ -516,8 +516,9 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
fprintf ( OUT, "\t\t\t\t\t<Tool\r\n" );
|
||||
if (source_file.find(".idl") != string::npos)
|
||||
{
|
||||
fprintf ( OUT, "\t\t\t\t\t\tName=\"VCCustomBuildTool\"\r\n" );
|
||||
fprintf ( OUT, "\t\t\t\t\t\tOutputs=\"$(OutDir)\\$(InputName).obj\"/>\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'))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue