Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

69 lines
1.2 KiB

$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_
<<