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.

75 lines
2.0 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. Mark Lucovsky (markl) 18-Sep-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. C_DEFINES=$(C_DEFINES) -DIMPORT_IDL_DEPENDENTS
  15. CHECKED_ALT_DIR=1
  16. TARGETTYPE=LIBRARY
  17. TARGETNAME=ciuuid
  18. TARGETPATH=obj
  19. PASS0_HEADERDIR=$(O)
  20. PASS0_SOURCEDIR=$(O)
  21. MIDL_TLBDIR=$(O)
  22. USE_IDLBASED_DLLDATA=1
  23. PASS0_PUBLISH=\
  24. {$(O)\ciodm.tlb=$(PROJECT_LIB_PATH)\ciodm.tlb}\
  25. {$(O)\ciodm_i.c=$(PROJECT_INC_PATH)\ciodmGUID.h}\
  26. {$(O)\ciodm.h=$(SDK_INC_PATH)\ciodm.h}\
  27. {$(O)\filtntfy.h=$(SDK_INC_PATH)\filtntfy.h}\
  28. {$(O)\query.h=$(SDK_INC_PATH)\query.h}\
  29. {$(O)\ciintf.h=$(SDK_INC_PATH)\ciintf.h}\
  30. {$(O)\fsciclnt.h=$(SDK_INC_PATH)\fsciclnt.h}\
  31. {$(O)\mparser.h=$(SDK_INC_PATH)\mparser.h}\
  32. {$(O)\cierror.h=$(PROJECT_INC_PATH)\cierror.h}\
  33. {$(O)\filter.h=$(SDK_INC_PATH)\filter.h}\
  34. {$(O)\filterr.h=$(SDK_INC_PATH)\filterr.h}
  35. PASS1_PUBLISH={$(O)\ciuuid.lib=$(PROJECT_LIB_PATH)\ciuuid.lib}
  36. # prevent system headers from being included. They are not needed just to
  37. # process a bunch of DEFINE_GUIDs anyhow. Excluding them generates a much
  38. # smaller library too.
  39. C_DEFINES=$(C_DEFINES) /D_MIDL_USE_GUIDDEF_\
  40. /D__RPCNDR_H__ /D__RPC_H__ /DRPC_NO_WINDOWS_H /DCOM_NO_WINDOWS_H\
  41. /DGUID_DEFS_ONLY
  42. SOURCES=\
  43. ciodm.idl \
  44. filtntfy.idl \
  45. query.idl \
  46. ciintf.idl \
  47. fsciclnt.idl \
  48. mparser.idl \
  49. filter.idl \
  50. cierror.mc \
  51. filterr.mc \
  52. $(O)\ciintf_i.c \
  53. $(O)\filtntfy_i.c \
  54. $(O)\fsciclnt_i.c \
  55. $(O)\query_i.c \
  56. $(O)\mparser_i.c \
  57. $(O)\filter_i.c