mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix MSVC project files if version is not 8.00
svn path=/trunk/; revision=27399
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user