mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Fixed msvc project generation making duplicate project names.
svn path=/trunk/; revision=31007
This commit is contained in:
parent
714d0d6737
commit
6f48e39be2
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ std::string
|
|||
MSVCBackend::VcprojFileName ( const Module& module ) const
|
||||
{
|
||||
return FixSeparatorForSystemCommand(
|
||||
ReplaceExtension ( module.output->relative_path + "\\" + module.output->name, "_" + _get_vc_dir() + "_auto.vcproj" )
|
||||
ReplaceExtension ( module.output->relative_path + "\\" + module.name, "_" + _get_vc_dir() + "_auto.vcproj" )
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue