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.

67 lines
1.4 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation. All rights reserved.
  3. Module Name:
  4. sources.inc
  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. Alan Warwick
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. MAJORCOMP=wmi
  15. MINORCOMP=wmidll
  16. TARGETLIBS= \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\rpcrt4.lib \
  21. $(SDK_LIB_PATH)\ntdll.lib
  22. INCLUDES=$(INCLUDES); \
  23. ..; \
  24. ..\..\inc; \
  25. ..\..\..\..\inc; \
  26. $(BASE_INC_PATH); \
  27. $(PROJECT_ROOT)\published\wmi\inc; \
  28. C_DEFINES=$(C_DEFINES) -D__MIDL_USER_DEFINED
  29. SOURCES_LIST= \
  30. ..\main.c \
  31. ..\dcapi.c \
  32. ..\dpapi.c \
  33. ..\request.c \
  34. ..\handle.c \
  35. ..\notify.c \
  36. ..\chunk.c \
  37. ..\mofapi.c \
  38. ..\logapi.c \
  39. ..\logsup.c \
  40. ..\tracedc.c \
  41. ..\tracehw.c \
  42. ..\tracelib.c \
  43. ..\intrnldp.c \
  44. ..\umlog.c \
  45. ..\srvmain.c
  46. UMTYPE=windows
  47. # USE_MSVCRT=1 for debug builds and USE_NTDLL=1 for retail
  48. USE_MSVCRT=1
  49. #USE_NTDLL=1