winedump: Match the new Makefile format.
This commit is contained in:
parent
4985b464a8
commit
02bdbbc475
@ -451,13 +451,11 @@ void output_makefile (void)
|
|||||||
puts ("Creating makefile");
|
puts ("Creating makefile");
|
||||||
|
|
||||||
fprintf (makefile,
|
fprintf (makefile,
|
||||||
"# Generated from %s by winedump.\nTOPSRCDIR = @top_srcdir@\n"
|
"# Generated from %s by winedump.\n"
|
||||||
"TOPOBJDIR = ../..\nSRCDIR = @srcdir@\nVPATH = @srcdir@\n"
|
|
||||||
"MODULE = %s.dll\n", globals.input_name, OUTPUT_DLL_NAME);
|
"MODULE = %s.dll\n", globals.input_name, OUTPUT_DLL_NAME);
|
||||||
|
|
||||||
fprintf (makefile, "IMPORTS = kernel32");
|
|
||||||
if (globals.forward_dll)
|
if (globals.forward_dll)
|
||||||
fprintf (makefile, " %s", globals.forward_dll);
|
fprintf (makefile, "IMPORTS = %s", globals.forward_dll);
|
||||||
|
|
||||||
fprintf (makefile, "\n\nC_SRCS = \\\n\t%s_main.c\n\n@MAKE_DLL_RULES@\n\n",
|
fprintf (makefile, "\n\nC_SRCS = \\\n\t%s_main.c\n\n@MAKE_DLL_RULES@\n\n",
|
||||||
OUTPUT_DLL_NAME);
|
OUTPUT_DLL_NAME);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user