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.

26 lines
479 B

  1. TARGETNAME=icmptest
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. UMTYPE=console
  5. C_DEFINES=$(C_DEFINES) -DNT -D_PNP_POWER_=1 -DCOBJMACROS=1
  6. USE_MSVCRT=1
  7. TARGETLIBS=\
  8. $(SDK_LIB_PATH)\kernel32.lib \
  9. $(SDK_LIB_PATH)\ntdll.lib \
  10. $(SDK_LIB_PATH)\user32.lib \
  11. $(SDK_LIB_PATH)\wsock32.lib \
  12. $(SDK_LIB_PATH)\iphlpapi.lib \
  13. ..\lib\$(O)\ipcfgdll.lib
  14. INCLUDES=\
  15. ..\dll; \
  16. ..\..\..\commands\common2; \
  17. $(DDK_INC_PATH)
  18. SOURCES=\
  19. icmptest.rc \
  20. icmptest.c