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.

66 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. !ifndef CAP_BUILD
  15. CAP_BUILD=0
  16. !endif
  17. USE_MSVCRT=1
  18. DLLBASE=0x7900000
  19. TARGETNAME=loadperf
  20. TARGETPATH=obj
  21. TARGETTYPE=DYNLINK
  22. MISCFILES=loadperf.sld
  23. PASS1_PUBLISH={$(O)\loadperf.lib=$(SDK_LIB_PATH)\loadperf.lib}
  24. !if $(CAP_BUILD)
  25. USE_ICECAP=1
  26. !endif
  27. PASS0_SOURCEDIR=$(O)
  28. PASS0_HEADERDIR=$(O)
  29. INCLUDES= $(BASE_INC_PATH)
  30. TARGETLIBS= \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SDK_LIB_PATH)\rpcrt4.lib \
  34. $(SDK_LIB_PATH)\ole32.lib \
  35. $(SDK_LIB_PATH)\wbemuuid.lib \
  36. $(SDK_LIB_PATH)\user32.lib
  37. SOURCES=\
  38. ldprfmsg.mc \
  39. common.c \
  40. lodctr.c \
  41. unlodctr.c \
  42. wbemutil.c \
  43. mofcomp.c \
  44. dumpload.c \
  45. loadperf.rc
  46. DLLENTRY=DllEntryPoint