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.

64 lines
1.6 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. !include $(CCSHELL_DIR)\shell32\shell32.inc
  18. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\shell32\shell32.inc
  19. NO_BROWSER_FILE = 1
  20. TARGETNAME = menuband
  21. TARGETPATH = obj
  22. TARGETTYPE = LIBRARY
  23. SOURCES = \
  24. bands.cpp \
  25. basebar.cpp\
  26. cwndproc.cpp \
  27. dpastuff.cpp \
  28. droptgt.cpp \
  29. fadetsk.cpp \
  30. iaccess.cpp\
  31. icotask.cpp \
  32. isfband.cpp \
  33. isfmenu.cpp\
  34. menuband.cpp \
  35. menusite.cpp\
  36. menuisf.cpp\
  37. menubar.cpp\
  38. mnbase.cpp \
  39. mnfolder.cpp \
  40. mnstatic.cpp \
  41. qlink.cpp \
  42. sftbar.cpp \
  43. util.cpp \
  44. tbmenu.cpp \
  45. track.cpp
  46. PRECOMPILED_CXX = 1
  47. PRECOMPILED_INCLUDE = ..\shellprv.h