windows-nt/Source/XPSP1/NT/sdktools/debuggers/published/makefile.inc

70 lines
1.2 KiB
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
$O\imagehlp.h: imagehlp.x minidump.x makefile.inc
type << > $@
/*++ BUILD Version: ???? Increment this if a change has global effects
$(COPYRIGHT_STRING)
Module Name:
imagehlp.h
Abstract:
This module defines the prototypes and constants required for the image
help routines.
Revision History:
--*/
#ifndef _IMAGEHLP_
#define _IMAGEHLP_
#if _MSC_VER > 1020
#pragma once
#endif
<<
hextract -o $@ -xt hide_line -lt show_imagehlp -bt begin_imagehlp end_imagehlp imagehlp.x minidump.x
type << >> $@
#endif // _IMAGEHLP_
<<
# dbghelp.h
$O\dbghelp.h: imagehlp.x minidump.x makefile.inc
type << > $@
/*++ BUILD Version: ???? Increment this if a change has global effects
$(COPYRIGHT_STRING)
Module Name:
dbghelp.h
Abstract:
This module defines the prototypes and constants required for the image
help routines.
Contains debugging support routines that are redistributable.
Revision History:
--*/
#ifndef _DBGHELP_
#define _DBGHELP_
#if _MSC_VER > 1020
#pragma once
#endif
<<
hextract -o $@ -xt hide_line -lt show_dbghelp -bt begin_dbghelp end_dbghelp imagehlp.x minidump.x
type << >> $@
#endif // _DBGHELP_
<<