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.

38 lines
896 B

  1. !IF 0
  2. **************************************************************
  3. Sources file for building an Win32 dll.
  4. Module Name : Sources for perfctrs.dll w/TCP/IP counters
  5. Authors: russbl, t-chris, a-robw
  6. Revisions: 11/01/91, 08/26/92, 10/06/92, 12/24/93
  7. **************************************************************
  8. !ENDIF
  9. DLLBASE=0x7600000
  10. NTTARGETFILE0=p5ctrmsg.h p5ctrmsg.rc msg00001.bin
  11. USE_MSVCRT=1
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\advapi32.lib \
  15. $(SDK_LIB_PATH)\ntdll.lib
  16. i386_SOURCES= \
  17. p5ctrs.rc \
  18. p5data.c \
  19. p6data.c \
  20. perfutil.c \
  21. p5ctrs.c
  22. UMLIBS= \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\advapi32.lib \
  25. $(SDK_LIB_PATH)\ntdll.lib \
  26. $(O)\p5ctrs.res
  27. C_DEFINES= -DWIN32 -DSTRICT