mirror of https://github.com/tongzx/nt5src
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.
26 lines
479 B
26 lines
479 B
TARGETNAME=icmptest
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=console
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_PNP_POWER_=1 -DCOBJMACROS=1
|
|
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\iphlpapi.lib \
|
|
..\lib\$(O)\ipcfgdll.lib
|
|
|
|
INCLUDES=\
|
|
..\dll; \
|
|
..\..\..\commands\common2; \
|
|
$(DDK_INC_PATH)
|
|
|
|
SOURCES=\
|
|
icmptest.rc \
|
|
icmptest.c
|