Leaked source code of windows server 2003
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.

10 lines
320 B

  1. TARGETNAME=minidump
  2. TARGETPATH=obj
  3. TARGETTYPE=LIBRARY
  4. # By defining _DBGHELP_SOURCE_ we prevent circular
  5. # logic. This way dbghelp won't try to call minidump.lib and then
  6. # have minidump.lib try to load dbghelp for the minidump functions.
  7. C_DEFINES = $(C_DEFINES) -D_DBGHELP_SOURCE_
  8. !include ..\sources.inc