Leaked source code of windows server 2003
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.

108 lines
3.2 KiB

  1. !IF 0
  2. Copyright (c) 1989-1997 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 cdfview version of this fie 16-Mar-97 Ed Praitis (edwardp)
  12. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  13. Created 27-Sep-94 by Bob Day (bobday)
  14. from template created 12-Apr-1990 by Steve Wood (stevewo)
  15. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  16. !ENDIF
  17. CCSHELL_DIR = $(PROJECT_ROOT)
  18. TARGET_BOTH = 1
  19. NO_BROWSER_FILE = 1
  20. !include $(CCSHELL_DIR)\common.inc
  21. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  22. PRECOMPILED_CXX = 1
  23. PRECOMPILED_INCLUDE = ..\stdinc.h
  24. INCLUDES = $(INCLUDES);$(INETCORE_INC_PATH);..\resdll\$(O);..\res
  25. TARGETNAME = cdfview
  26. TARGETPATH = obj
  27. TARGETTYPE = DYNLINK
  28. #VERIFY_LC = 1
  29. LC_PATH = $(PROJECT_ROOT)\lcinf
  30. DLLDEF = $(O)\cdfview.def
  31. TARGETLIBS = \
  32. $(SDK_LIB_PATH)\kernel32.lib \
  33. $(SDK_LIB_PATH)\user32.lib \
  34. $(SHELL_LIB_PATH)\shlwapip.lib \
  35. $(SDK_LIB_PATH)\shell32.lib \
  36. $(SDK_LIB_PATH)\gdi32.lib \
  37. $(SDK_LIB_PATH)\uuid.lib \
  38. $(SDK_LIB_PATH)\urlmon.lib \
  39. $(SDK_LIB_PATH)\wininet.lib \
  40. $(SDK_LIB_PATH)\ole32.lib \
  41. $(SDK_LIB_PATH)\oleaut32.lib \
  42. $(SDK_LIB_PATH)\advapi32.lib \
  43. $(SHELL_LIB_PATH)\comctlp.lib \
  44. $(CCSHELL_DIR)\lib\$(O)\ieguidp.lib \
  45. $(CCSHELL_DIR)\lib\$(O)\stock4.lib \
  46. $(SDK_LIB_PATH)\htmlhelp.lib
  47. DELAYLOAD = OLE32.DLL;urlmon.dll;wininet.dll
  48. DLOAD_ERROR_HANDLER = kernel32
  49. USE_MSVCRT = 1
  50. DLLENTRY = _DllMainCRTStartup
  51. SOURCES = \
  52. ..\cdfview.rc \
  53. ..\bindstcb.cpp \
  54. ..\cache.cpp \
  55. ..\cdfidl.cpp \
  56. ..\cdfview.cpp \
  57. ..\chanapi.cpp \
  58. ..\chanenum.cpp \
  59. ..\chanmenu.cpp \
  60. ..\clsfact.cpp \
  61. ..\crt.cpp \
  62. ..\debug.cpp \
  63. ..\dll.cpp \
  64. ..\dllload.cpp \
  65. ..\enum.cpp \
  66. ..\exticon.cpp \
  67. ..\folder.cpp \
  68. ..\globals.cpp \
  69. ..\iconhand.cpp \
  70. ..\itemmenu.cpp \
  71. ..\oleobj.cpp \
  72. ..\persist.cpp \
  73. ..\proppgs.cpp \
  74. ..\strutil.cpp \
  75. ..\tooltip.cpp \
  76. ..\view.cpp \
  77. ..\xmlutil.cpp \
  78. ..\utils.cpp \
  79. ..\runonnt.cpp
  80. CONDITIONAL_INCLUDES = \
  81. macwin32.h \
  82. macocidl.h \
  83. winwlm.h \
  84. res\menus.rcm