mirror of
https://github.com/reactos/reactos.git
synced 2025-07-13 14:54:13 +00:00
Generate make rules for creating directories if they don't exist
svn path=/branches/xmlbuildsystem/; revision=15244
This commit is contained in:
parent
d927b8d8fe
commit
9c85c4d513
3 changed files with 68 additions and 4 deletions
|
@ -129,7 +129,7 @@ MingwModuleHandler::GetTargetFilename (
|
|||
{
|
||||
string target = PassThruCacheDirectory (
|
||||
NormalizeFilename ( module.GetPath () ),
|
||||
backend->intermediateDirectory );
|
||||
GetTargetDirectoryTree ( module ) );
|
||||
if ( pclean_files )
|
||||
{
|
||||
string_list& clean_files = *pclean_files;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue