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.

64 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-2001 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. Jim Cavalaris (jamesca) 27-February-2001
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=base
  15. MINORCOMP=cfgmgr
  16. TARGETNAME=cfgmgr
  17. TARGETTYPE=LIBRARY
  18. TARGETPATH=obj
  19. PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
  20. UMTYPE=windows
  21. USE_MSVCRT=1
  22. C_DEFINES=-DINCL_32= -DNT -DRPC_NO_WINDOWS_H -DUNICODE -D_CFGMGR32_
  23. MSC_WARNING_LEVEL=/W3 /WX
  24. PRECOMPILED_INCLUDE=precomp.h
  25. INCLUDES=\
  26. ..\inc; \
  27. ..\lib; \
  28. ..\idl\$(O); \
  29. $(COM_INC_PATH);
  30. SOURCES=\
  31. cmdat.c \
  32. conflist.c \
  33. devnode.c \
  34. event.c \
  35. hwprof.c \
  36. logconf.c \
  37. main.c \
  38. misc.c \
  39. range.c \
  40. regprop.c \
  41. resdes.c \
  42. rpcbind.c \
  43. traverse.c \
  44. util.c \
  45. pnp_c_stub.c