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.

50 lines
1.1 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. SELFREGNAME = $(O)\selfreg_cdfview.inf
  19. MISCFILES = $(MISCFILES) $(SELFREGNAME)
  20. TARGET_BOTH = 1
  21. NO_BROWSER_FILE = 1
  22. !include $(CCSHELL_DIR)\common.inc
  23. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  24. INCLUDES = $(INCLUDES);$(O);..\res
  25. TARGETNAME = cdfvwlc
  26. TARGETPATH = obj
  27. TARGETTYPE = DYNLINK
  28. RESOURCE_ONLY_DLL=1
  29. SOURCES= ..\cdfvwlc.rc
  30. NTTARGETFILE0= $(SELFREGNAME)