mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
comment out some more not needed code
svn path=/trunk/; revision=20691
This commit is contained in:
parent
e7ac44d731
commit
cd2b2bca16
1 changed files with 6 additions and 6 deletions
|
@ -226,14 +226,14 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue