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.

27 lines
499 B

  1. CPS_ROOT=$(PROJECT_ROOT)\rras\cps
  2. !include $(CPS_ROOT)\sources.inc
  3. TARGETNAME=pbsmon
  4. TARGETPATH=$(CPS_BUILD_ROOT)
  5. TARGETTYPE=DYNLINK
  6. DLLDEF=cpsmon.def
  7. DLLENTRY=_DllMainCRTStartup
  8. BUFFER_OVERFLOW_CHECKS=1
  9. USE_MSVCRT=1
  10. TARGETLIBS=\
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\rpcrt4.lib \
  14. $(SDK_LIB_PATH)\user32.lib
  15. SOURCES=\
  16. cpsmon.cpp \
  17. cpsmon.rc \
  18. perfutil.cpp
  19. MISCFILES=\
  20. cpssym.h \
  21. cpssym.ini