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
10 lines
320 B
TARGETNAME=minidump
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
# By defining _DBGHELP_SOURCE_ we prevent circular
|
|
# logic. This way dbghelp won't try to call minidump.lib and then
|
|
# have minidump.lib try to load dbghelp for the minidump functions.
|
|
C_DEFINES = $(C_DEFINES) -D_DBGHELP_SOURCE_
|
|
|
|
!include ..\sources.inc
|