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.

63 lines
1.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. !include $(CCSHELL_DIR)\browseui\browseui.inc
  19. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\browseui\browseui.inc
  20. NO_BROWSER_FILE = 1
  21. # WARNING: *all* files will get these (not just evtmon stuff)
  22. # if we want to change this we'll need to use explicit actions in makefile.inc
  23. C_DEFINES = $(C_DEFINES) $(EM_DEFINES)
  24. INCLUDES = $(EM_INCLUDES);$(INCLUDES)
  25. # ierules.rul gens emeval.c (etc.), which is included in libem.c
  26. !if 0
  27. NTTARGETFILE0 = $(O)\emeval.c
  28. !endif
  29. # Include makefile.inc
  30. NTTARGETFILES =
  31. TARGETNAME = emclient
  32. TARGETPATH = obj
  33. TARGETTYPE = LIBRARY
  34. !if 0
  35. libem.c
  36. !endif
  37. SOURCES = \
  38. regdb.cpp \
  39. uacount.cpp \
  40. uemapp.cpp \
  41. #PRECOMPILED_CXX = 1
  42. # PRECOMPILED_INCLUDE = local.h