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.

77 lines
1.7 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 2001
  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. !INCLUDE ..\user.mk
  12. MINORCOMP=CIAdmin
  13. TARGETNAME=CIAdmin
  14. TARGETTYPE=DYNLINK
  15. #
  16. # Enable Fusion Build Magic (preprocess the manifest, stick in resources)
  17. #
  18. SXS_ASSEMBLY_NAME=Microsoft.Windows.IndexingService.CIAdmin
  19. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  20. SXS_MANIFEST=ciadmin.manifest
  21. SXS_MANIFEST_IN_RESOURCES=1
  22. SXS_NO_BINPLACE=1
  23. # the resource ID here must be 2
  24. SXS_MANIFEST_RESOURCE_ID=2
  25. # ISOLATION_AWARE_ENABLED ==> use ui themes
  26. C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
  27. DLLDEF=$(_OBJ_DIR)\*\CIAdmin.def
  28. DLLENTRY=_DllMainCRTStartup
  29. INCLUDES=$(INCLUDES);..\h;..\qutil\h
  30. SOURCES=Catalog.cxx \
  31. ClassFac.cxx \
  32. CmdDlg.cxx \
  33. DataObj.cxx \
  34. Header.cxx \
  35. Prop.cxx \
  36. PropSht.cxx \
  37. $(O)\isreg.cxx \
  38. Register.cxx \
  39. Scope.cxx \
  40. Snapin.cxx \
  41. Strings.cxx \
  42. rootnode.cxx \
  43. CIAdmin.rc
  44. BACKGROUND_USE=1
  45. TARGETLIBS=\
  46. $(SDK_LIB_PATH)\oleaut32.lib \
  47. $(SDK_LIB_PATH)\query.lib\
  48. $(SDK_LIB_PATH)\uuid.lib \
  49. $(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\gdi32.lib \
  51. $(SDK_LIB_PATH)\comctl32.lib \
  52. $(SDK_LIB_PATH)\shell32.lib \
  53. $(SDK_LIB_PATH)\comdlg32.lib \
  54. $(SDK_LIB_PATH)\mmc.lib \
  55. $(TARGETLIBS)
  56. MISCFILES=CIAdmin.msc CIAdmin.htm IXQLang.htm ciquery.htm ciadv.msc
  57. PRECOMPILED_INCLUDE=pch.cxx
  58. NTTARGETFILE0=$(O)\isreg.cxx