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.

45 lines
907 B

  1. !IF 0
  2. Copyright (c) 1989-1999 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. !ENDIF
  11. TARGETNAME=psapi
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\imagehlp.lib
  17. DLLENTRY=DllMain
  18. SOURCES=driver.c \
  19. mapfile.c \
  20. module.c \
  21. ws.c \
  22. profile.c \
  23. process.c \
  24. perf.c \
  25. psapi.rc
  26. USE_NTDLL=1
  27. UMTYPE=console
  28. DELAYLOAD=imagehlp.dll
  29. DLOAD_ERROR_HANDLER=homegrown
  30. MSC_WARNING_LEVEL=/W3 /WX
  31. PASS0_PUBLISH={psapi.h=$(SDK_INC_PATH)\psapi.h}
  32. PASS1_PUBLISH={$(O)\psapi.lib=$(SDK_LIB_PATH)\psapi.lib}