[ros-diffs] [janderwald] 25457: - comment out using xsl style sheet until its ready
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Sun Jan 14 20:49:27 CET 2007
Author: janderwald
Date: Sun Jan 14 22:49:27 2007
New Revision: 25457
URL: http://svn.reactos.org/svn/reactos?rev=25457&view=rev
Log:
- comment out using xsl style sheet until its ready
Modified:
trunk/reactos/tools/rbuild/backend/dependencymap/dependencymap.cpp
Modified: trunk/reactos/tools/rbuild/backend/dependencymap/dependencymap.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/dependencymap/dependencymap.cpp?rev=25457&r1=25456&r2=25457&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/dependencymap/dependencymap.cpp (original)
+++ trunk/reactos/tools/rbuild/backend/dependencymap/dependencymap.cpp Sun Jan 14 22:49:27 2007
@@ -150,8 +150,8 @@
}
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 @@
{
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 () )
More information about the Ros-diffs
mailing list