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.3 KiB

  1. !IF 0
  2. Copyright (c) 2000 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. Santhosh Brahmappa (11-17-2000)
  12. !ENDIF
  13. TARGETNAME=TaskList
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. INCLUDES=\
  17. $(ADMIN_INC_PATH)
  18. SOURCES=\
  19. Init.cpp \
  20. Parse.cpp \
  21. ShowTasks.cpp \
  22. TaskList.cpp \
  23. wmi.cpp \
  24. TaskList.rc
  25. C_DEFINES= -DUNICODE -D_UNICODE -DSECURITY_WIN32
  26. USE_VCCOM=1
  27. USE_NTDLL=1
  28. USE_MSVCRT=1
  29. USE_NATIVE_EH=ASYNC
  30. PRECOMPILED_CXX=1
  31. PRECOMPILED_INCLUDE=pch.h
  32. PRECOMPILED_PCH=pch.pch
  33. PRECOMPILED_OBJ=pch.obj
  34. UMENTRY=wmain
  35. UMTYPE=console
  36. TARGETLIBS=\
  37. $(UMLIBS) \
  38. $(ADMIN_LIB_PATH)\cmdline.lib \
  39. $(SDK_LIB_PATH)\user32.lib \
  40. $(SDK_LIB_PATH)\mpr.lib \
  41. $(SDK_LIB_PATH)\ole32.lib \
  42. $(SDK_LIB_PATH)\oleaut32.lib \
  43. $(SDK_LIB_PATH)\uuid.lib \
  44. $(SDK_LIB_PATH)\wbemuuid.lib \
  45. $(SDK_LIB_PATH)\Secur32.lib \
  46. $(SDK_LIB_PATH)\Ws2_32.lib \
  47. $(SDK_LIB_PATH)\framedyn.lib \
  48. $(SDK_LIB_PATH)\Netapi32.lib \
  49. $(SDK_LIB_PATH)\DbgHelp.lib