mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
append "_auto" to dsp and vcproj filenames to not conflict with any manually created project files
svn path=/trunk/; revision=19722
This commit is contained in:
@@ -209,7 +209,7 @@ std::string
|
||||
MSVCBackend::DspFileName ( const Module& module ) const
|
||||
{
|
||||
return DosSeparator(
|
||||
ReplaceExtension ( module.GetPath(), ".dsp" )
|
||||
ReplaceExtension ( module.GetPath(), "_auto.dsp" )
|
||||
);
|
||||
}
|
||||
|
||||
@@ -217,6 +217,6 @@ std::string
|
||||
MSVCBackend::VcprojFileName ( const Module& module ) const
|
||||
{
|
||||
return DosSeparator(
|
||||
ReplaceExtension ( module.GetPath(), ".vcproj" )
|
||||
ReplaceExtension ( module.GetPath(), "_auto.vcproj" )
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user