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.

70 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TERMSRV_ROOT = ..\..\..
  15. !include $(TERMSRV_ROOT)\common\newcommon.inc
  16. !include $(TERMSRV_ROOT)\common\win32com.inc
  17. MAJORCOMP=common
  18. MINORCOMP=trc
  19. TARGETNAME=tsctrca
  20. TARGETPATH=$(TERMSRV_ROOT)\lib\$(_OBJ_DIR)
  21. TARGETTYPE=LIBRARY
  22. C_DEFINES=$(C_DEFINES) -DDLL_TRACE $(CLIENT_DLL_CDEFS) -D_MBCS -DSTATICONLY
  23. DLLBASE=0x6A600000
  24. TARGETLIBS = $(CLIENT_LIB_DLL)
  25. #
  26. # List of sources
  27. #
  28. CLIENT_SOURCES_RC = \
  29. ..\wtrc.rc
  30. CLIENT_SOURCES_COMMON = \
  31. ..\atrcapi.c \
  32. ..\atrcdata.c \
  33. ..\atrcint.c \
  34. ..\wtrcapi.c
  35. CLIENT_SOURCES_LAST = \
  36. ..\wtrcint.c
  37. SOURCES = \
  38. $(CLIENT_SOURCES_COMMON) \
  39. $(CLIENT_SOURCES_RC) \
  40. $(CLIENT_SOURCES_LAST)
  41. #
  42. # Precompiled specs
  43. #
  44. PRECOMPILED_INCLUDE = ..\adcg.h
  45. PRECOMPILED_PCH = adcg.pch