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.

54 lines
888 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. trc.inc
  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. Author:
  11. Madan Appiah - Sep. 5th 1997
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. DLLDEF=..\trc.def
  15. DLLENTRY = _DllMainCRTStartup
  16. #
  17. # List of sources
  18. #
  19. CLIENT_SOURCES_RC = \
  20. ..\wtrc.rc
  21. CLIENT_SOURCES_COMMON = \
  22. ..\atrcapi.c \
  23. ..\atrcdata.c \
  24. ..\atrcint.c \
  25. ..\wtrcapi.c
  26. CLIENT_SOURCES_LAST = \
  27. ..\wtrcint.c
  28. SOURCES = \
  29. $(CLIENT_SOURCES_COMMON) \
  30. $(CLIENT_SOURCES_RC) \
  31. $(CLIENT_SOURCES_LAST)
  32. #
  33. # Precompiled specs
  34. #
  35. PRECOMPILED_INCLUDE = ..\adcg.h
  36. PRECOMPILED_PCH = adcg.pch