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.

91 lines
2.4 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  12. Created 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. CCSHELL_DIR = $(PROJECT_ROOT)
  17. TARGET_BOTH = 1
  18. NOT_UNICODE = 1
  19. PRECOMPILED_CXX = 1
  20. !include $(CCSHELL_DIR)\common.inc
  21. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  22. TARGETNAME = msident
  23. TARGETPATH = obj
  24. TARGETTYPE = DYNLINK
  25. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  26. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  27. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\uuid.lib \
  30. $(SDK_LIB_PATH)\ole32.lib \
  31. $(SDK_LIB_PATH)\shell32.lib \
  32. $(SDK_LIB_PATH)\advapi32.lib \
  33. $(SHELL_LIB_PATH)\shfusion.lib \
  34. $(SDK_LIB_PATH)\version.lib \
  35. $(PROJECT_LIB_PATH)\shlwapip.lib
  36. MISCFILES = ..\msident.hlp \
  37. ..\msident.chm \
  38. !IF "$(BUILD_PRODUCT)" == "IE"
  39. ..\ident.hlp
  40. !ENDIF
  41. USE_LIBCMT = 1
  42. DLLDEF = $O\msident.def
  43. DLLBASE = 0x77800000
  44. DLLENTRY = LibMain
  45. # Include makefile.inc
  46. NTTARGETFILES =
  47. # In alphabetical order
  48. SOURCES = \
  49. ..\dllload.cpp \
  50. ..\factory.cpp \
  51. ..\ident.cpp \
  52. ..\identmgr.cpp \
  53. ..\idenum.cpp \
  54. ..\msident.cpp \
  55. ..\multiusr.cpp \
  56. ..\multiutl.cpp \
  57. ..\multiui.cpp \
  58. ..\msidstub.rc
  59. PRECOMPILED_CXX = 1
  60. PRECOMPILED_INCLUDE = ..\private.h
  61. PRECOMPILED_OBJ=precomp.obj
  62. #
  63. # Fusionized
  64. #
  65. SXS_MANIFEST_RESOURCE_ID=123
  66. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest