mirror of
https://github.com/reactos/reactos.git
synced 2025-07-13 07:34:20 +00:00
Merge 15329:15546 from trunk
svn path=/branches/xmlbuildsystem/; revision=15547
This commit is contained in:
commit
062423314c
378 changed files with 32303 additions and 30029 deletions
|
@ -981,21 +981,20 @@ MingwModuleHandler::GenerateWinebuildCommands (
|
|||
dependencies.c_str () );
|
||||
fprintf ( fMakefile, "\t$(ECHO_WINEBLD)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t%s --def=%s -o %s\n",
|
||||
"\t%s -o %s --def -E %s\n",
|
||||
"$(Q)$(WINEBUILD_TARGET)",
|
||||
sourceFilename.c_str (),
|
||||
def_file.c_str () );
|
||||
|
||||
def_file.c_str (),
|
||||
sourceFilename.c_str () );
|
||||
fprintf ( fMakefile,
|
||||
"%s: %s $(WINEBUILD_TARGET)\n",
|
||||
stub_file.c_str (),
|
||||
sourceFilename.c_str () );
|
||||
fprintf ( fMakefile, "\t$(ECHO_WINEBLD)\n" );
|
||||
fprintf ( fMakefile,
|
||||
"\t%s --pedll=%s -o %s\n",
|
||||
"\t%s -o %s --pedll %s\n",
|
||||
"$(Q)$(WINEBUILD_TARGET)",
|
||||
sourceFilename.c_str (),
|
||||
stub_file.c_str () );
|
||||
stub_file.c_str (),
|
||||
sourceFilename.c_str () );
|
||||
}
|
||||
|
||||
string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue