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.

100 lines
2.1 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=DfrgSnap
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. INCLUDES=$(INCLUDES);..\Inc;$(O);..\dfrgui\$(O);$(SHELL_INC_PATH)
  18. #
  19. # Fusion stuff
  20. #
  21. SXS_ASSEMBLY_NAME=Microsoft.Windows.DefragSnapIn
  22. SXS_ASSEMBLY_VERSION=1.0
  23. SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
  24. SXS_MANIFEST=DfrgSnap.Manifest
  25. SXS_MANIFEST_IN_RESOURCES=1
  26. SXS_MANIFEST_RESOURCE_ID=123
  27. SXS_NO_BINPLACE=1
  28. #
  29. # using shfusion.lib requires this
  30. #
  31. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  32. C_DEFINES= \
  33. -DWIN32 \
  34. -DNDEBUG \
  35. -D_WINDOWS \
  36. -D_WINDLL \
  37. -D_MBCS \
  38. -D_USRDLL \
  39. -DDKMS \
  40. -DSNAPIN \
  41. -DNOWINDOWSH \
  42. -DDFRGSNAP \
  43. -DUNICODE \
  44. -D_UNICODE
  45. USE_MSVCRT=1
  46. USE_ATL=1
  47. MSC_WARNING_LEVEL=/W3 /WX
  48. PASS0_SOURCEDIR=$(O)
  49. PASS0_HEADERDIR=$(O)
  50. MIDL_TLBDIR=$(O)
  51. PRECOMPILED_CXX=1
  52. PRECOMPILED_INCLUDE=stdafx.h
  53. PRECOMPILED_SOURCEFILE=stdafx.cpp
  54. SOURCES=..\Alloc.cpp \
  55. DfrgSnap.cpp \
  56. DfrgSnap.idl \
  57. DfrgSnap.rc \
  58. DfrgSnapin.cpp \
  59. ..\errlog.cpp \
  60. ..\error.cpp \
  61. ..\Expand.cpp \
  62. ..\GetDfrgRes.cpp \
  63. ..\getreg.cpp \
  64. ..\logfile.cpp \
  65. ..\SecAttr.cpp \
  66. ..\vDebugGlobal.cpp \
  67. ..\vWindowAppCore.cpp
  68. DLLENTRY=_DllMainCRTStartup
  69. UMTYPE=windows
  70. TARGETLIBS=\
  71. $(SDK_LIB_PATH)\kernel32.lib \
  72. $(SDK_LIB_PATH)\user32.lib \
  73. $(SDK_LIB_PATH)\oleaut32.lib \
  74. $(SDK_LIB_PATH)\ole32.lib \
  75. $(SDK_LIB_PATH)\advapi32.lib \
  76. $(SDK_LIB_PATH)\uuid.lib \
  77. $(SDK_LIB_PATH)\comctl32.lib \
  78. $(SDK_LIB_PATH)\gdi32.lib \
  79. $(SDK_LIB_PATH)\mmc.lib \
  80. $(SDK_LIB_PATH)\shlwapi.lib \
  81. $(SHELL_LIB_PATH)\shfusion.lib