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.

78 lines
1.7 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. Created 27-Sep-94 by Bob Day (bobday)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. USE_NT_PRODUCT_VER=1
  16. !include $(CCSHELL_DIR)\common.inc
  17. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  18. USE_MSVCRT=1
  19. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  20. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  21. TARGETNAME=docprop
  22. TARGETPATH=obj
  23. TARGETTYPE=DYNLINK
  24. DLLENTRY=DllEntry
  25. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  26. $(WINDOWS_LIB_PATH)\gdi32p.lib \
  27. $(WINDOWS_LIB_PATH)\user32p.lib \
  28. $(SDK_LIB_PATH)\advapi32.lib \
  29. $(SHELL_LIB_PATH)\shfusion.lib \
  30. $(SDK_LIB_PATH)\shlwapi.lib \
  31. $(SHELL_LIB_PATH)\shell32p.lib \
  32. $(SDK_LIB_PATH)\ole32.lib \
  33. $(SDK_LIB_PATH)\uuid.lib
  34. #VERIFY_LC = 1
  35. LC_PATH = $(PROJECT_ROOT)\lcinf
  36. DLLDEF=..\docprop.def
  37. SOURCES= \
  38. ..\docprop.rc \
  39. ..\debug.c \
  40. ..\offglue.c \
  41. ..\propdlg.c \
  42. ..\propio.c \
  43. ..\propmisc.c \
  44. ..\sinfo.c \
  45. ..\docsum.c \
  46. ..\userdef.c \
  47. ..\docprop.c \
  48. ..\propvar.c
  49. PRECOMPILED_INCLUDE=..\priv.h
  50. PRECOMPILED_PCH=priv.pch
  51. PRECOMPILED_OBJ=priv.obj
  52. #
  53. # Fusionized
  54. #
  55. SXS_MANIFEST_RESOURCE_ID=123
  56. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest