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.

38 lines
849 B

  1. # sources
  2. # Author: Charles E. Grant (cgrant)
  3. # Date: 24-February-1997
  4. #
  5. # This file is used for compiling the ASP performance monitoring DLL
  6. #
  7. # Describes the macros used for building using NT 'build' command
  8. #
  9. !include ..\..\..\place.inc
  10. TARGETNAME=aspperf
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. MSC_WARNING_LEVEL=/W3 /WX
  14. DLLENTRY=_DllMainCRTStartup
  15. USE_MSVCRT=1
  16. TARGETLIBS=\
  17. $(IISBASEDIR)\svcs\iisrtl\$(O)\iisrtl.lib \
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\uuid.lib \
  22. INCLUDES=.\;..\asp\;$(IISBASEDIR)\inc;
  23. SOURCES=\
  24. axperf.rc \
  25. axperf.cpp \
  26. axpfdata.cpp \
  27. PRECOMPILED_INCLUDE=denpre.h
  28. PRECOMPILED_PCH=denpre.pch
  29. PRECOMPILED_OBJ=denpre.obj
  30. NTTARGETFILE0=CopyFiles