mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 10:53:42 +00:00
Fix MSVC project files if version is not 8.00
svn path=/trunk/; revision=27399
This commit is contained in:
parent
1cf915a077
commit
05fa42912f
1 changed files with 1 additions and 1 deletions
|
@ -549,9 +549,9 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
|
||||
fprintf ( OUT, "\t\t\t<Tool\r\n" );
|
||||
fprintf ( OUT, "\t\t\t\tName=\"VCMIDLTool\"/>\r\n" );
|
||||
fprintf ( OUT, "\t\t\t<Tool\r\n" );
|
||||
if (configuration.VSProjectVersion == "8.00")
|
||||
{
|
||||
fprintf ( OUT, "\t\t\t<Tool\r\n" );
|
||||
fprintf ( OUT, "\t\t\t\tName=\"VCManifestTool\"\r\n" );
|
||||
fprintf ( OUT, "\t\t\t\tEmbedManifest=\"false\"/>\r\n" );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue