mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- comment out using xsl style sheet until its ready
svn path=/trunk/; revision=25457
This commit is contained in:
@@ -150,8 +150,8 @@ DepMapBackend::_generate_depmap ( FILE* OUT )
|
||||
}
|
||||
|
||||
fprintf ( m_DepMapFile, "<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>\r\n" );
|
||||
fprintf ( m_DepMapFile, "<?xml-stylesheet type=\"text/xsl\" href=\"depmap.xsl\"?>\r\n" );
|
||||
fprintf ( m_DepMapFile, "<components>" );
|
||||
//fprintf ( m_DepMapFile, "<?xml-stylesheet type=\"text/xsl\" href=\"depmap.xsl\"?>\r\n" );
|
||||
fprintf ( m_DepMapFile, "<components>\r\n" );
|
||||
|
||||
for ( size_t i = 0; i < ProjectNode.modules.size(); i++ )
|
||||
{
|
||||
@@ -162,6 +162,8 @@ DepMapBackend::_generate_depmap ( FILE* OUT )
|
||||
{
|
||||
module_data * data = it->second;
|
||||
|
||||
|
||||
|
||||
fprintf ( m_DepMapFile, "<component name=\"%s\" base=\"%s\" ref_count=\"%u\" library_count=\"%u\">\r\n", module.name.c_str(), module.GetBasePath ().c_str (), data->references.size (), data->libraries.size () );
|
||||
|
||||
if ( data->references.size () )
|
||||
|
||||
Reference in New Issue
Block a user