mirror of
https://github.com/reactos/reactos.git
synced 2025-07-12 19:34:14 +00:00
Create parent directory before creating the definition file
svn path=/trunk/; revision=19351
This commit is contained in:
parent
60ed715e3e
commit
e89ef63b04
1 changed files with 3 additions and 2 deletions
|
@ -1081,9 +1081,10 @@ MingwModuleHandler::GenerateWinebuildCommands (
|
|||
CLEAN_FILE(stub_file)
|
||||
|
||||
fprintf ( fMakefile,
|
||||
"%s: %s $(WINEBUILD_TARGET)\n",
|
||||
"%s: %s $(WINEBUILD_TARGET) | %s\n",
|
||||
def_file.c_str (),
|
||||
dependencies.c_str () );
|
||||
dependencies.c_str (),
|
||||
GetDirectory ( def_file ).c_str () );
|
||||
fprintf ( fMakefile, "\t$(ECHO_WINEBLD)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t%s -o %s --def -E %s\n",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue