mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +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)
|
CLEAN_FILE(stub_file)
|
||||||
|
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"%s: %s $(WINEBUILD_TARGET)\n",
|
"%s: %s $(WINEBUILD_TARGET) | %s\n",
|
||||||
def_file.c_str (),
|
def_file.c_str (),
|
||||||
dependencies.c_str () );
|
dependencies.c_str (),
|
||||||
|
GetDirectory ( def_file ).c_str () );
|
||||||
fprintf ( fMakefile, "\t$(ECHO_WINEBLD)\n" );
|
fprintf ( fMakefile, "\t$(ECHO_WINEBLD)\n" );
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t%s -o %s --def -E %s\n",
|
"\t%s -o %s --def -E %s\n",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue