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.

53 lines
1.0 KiB

  1. TARGETNAME=ippromon
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. C_DEFINES=$(C_DEFINES) -DDEBUG_BUILD -DMPR50=1 -D_UNICODE -DUNICODE
  5. DLLENTRY=DllMain
  6. PRECOMPILED_INCLUDE=precomp.h
  7. UMTYPE=console
  8. USE_MSVCRT=1
  9. TARGETLIBS=\
  10. ..\ipmon\$(O)\ipmontr.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\mprapi.lib \
  14. $(SDK_LIB_PATH)\ntdll.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\ws2_32.lib \
  17. INCLUDES=\
  18. ..\..\inc;\
  19. ..\..\..\inc;\
  20. ..\..\..\ip\ospfmib;\
  21. ..\..\..\ip\ospf;
  22. SOURCES=\
  23. bootp.c \
  24. bootpcfg.c \
  25. bootpmib.c \
  26. bootpopt.c \
  27. common.c \
  28. igmp.c \
  29. igmpcfg.c \
  30. igmpgetopt.c \
  31. igmpmib.c \
  32. ippromon.rc \
  33. nathlp.c \
  34. nathlpcfg.c \
  35. nathlpopt.c \
  36. ospf.c \
  37. ospfcfg.c \
  38. ospfgetopt.c \
  39. ospfmib.c \
  40. qos.c \
  41. qoscfg.c \
  42. qosopt.c \
  43. rdisc.c \
  44. rdiscopt.c \
  45. rip.c \
  46. ripcfg.c \
  47. ripgetopt.c \
  48. ripmib.c \
  49. utils.c