[ros-diffs] [cwittich] 20691: comment out some more not needed code

cwittich at svn.reactos.org cwittich at svn.reactos.org
Sun Jan 8 01:59:35 CET 2006


comment out some more not needed code
Modified: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
  _____  

Modified: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
--- trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
2006-01-08 00:48:28 UTC (rev 20690)
+++ trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp
2006-01-08 00:59:24 UTC (rev 20691)
@@ -226,14 +226,14 @@

 	fprintf ( OUT, "\t\t\tName=\"Win32\"/>\r\n" );
 	fprintf ( OUT, "\t</Platforms>\r\n" );
 
-	fprintf ( OUT, "\t<ToolFiles>\r\n" );
-	fprintf ( OUT, "\t\t<ToolFile\r\n" );
+	//fprintf ( OUT, "\t<ToolFiles>\r\n" );
+	//fprintf ( OUT, "\t\t<ToolFile\r\n" );
 
-	string path = Path::RelativeFromDirectory ( ProjectNode.name,
module.GetBasePath() );
-	path.erase(path.find(ProjectNode.name, 0),
ProjectNode.name.size() + 1);
+	//string path = Path::RelativeFromDirectory ( ProjectNode.name,
module.GetBasePath() );
+	//path.erase(path.find(ProjectNode.name, 0),
ProjectNode.name.size() + 1);
 
-	fprintf ( OUT, "\t\t\tRelativePath=\"%sgccasm.rules\"/>\r\n",
path.c_str() );
-	fprintf ( OUT, "\t</ToolFiles>\r\n" );
+	//fprintf ( OUT, "\t\t\tRelativePath=\"%sgccasm.rules\"/>\r\n",
path.c_str() );
+	//fprintf ( OUT, "\t</ToolFiles>\r\n" );
 
 	int n = 0;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060108/95ae78df/attachment.html


More information about the Ros-diffs mailing list