mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fixed msvc project generation making duplicate project names.
svn path=/trunk/; revision=31007
This commit is contained in:
@@ -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" )
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user