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.

73 lines
1.3 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. C_DEFINES = /DNT5BUILD
  15. !IF 0
  16. C_DEFINES = /DWIN32 /DW3 /DWINNT /DNT5BUILD /DUNICODE /D_UNICODE /D_MT /D"_DLL"
  17. !ENDIF
  18. USER_C_FLAGS = -GX
  19. USECXX_FLAG=/Tp
  20. TARGETNAME=CollectionControl
  21. TARGETPATH=obj
  22. TARGETTYPE=PROGRAM
  23. NTDEBUG=ntsd
  24. NTDEBUGTYPE=both
  25. NTDBGFILES=
  26. MSC_OPTIMIZATION=-Od
  27. SOURCES=CollectionControl.cpp \
  28. ConstantMap.cpp \
  29. EnableTraceAPI.cpp \
  30. Logger.cpp \
  31. QueryAllTracesAPI.cpp \
  32. QueryTraceAPI.cpp \
  33. Persistor.cpp \
  34. StartTraceAPI.cpp \
  35. StdAfx.cpp \
  36. StartTraceAPI.cpp \
  37. StopTraceAPI.cpp \
  38. StructureWapperHelpers.cpp \
  39. StructureWrappers.cpp \
  40. T_STRING.CPP \
  41. UpdateTraceAPI.CPP \
  42. TCOData.CPP \
  43. Validator.CPP \
  44. Utilities.cpp
  45. GPSIZE=32
  46. USE_MSVCRT=1
  47. UMTYPE=console
  48. UMAPPL=CollectionControl
  49. LINKLIBS=$(SDK_LIB_PATH)\user32.lib \
  50. $(SDK_LIB_PATH)\advapi32.lib \
  51. $(SDK_LIB_PATH)\kernel32.lib \
  52. $(SDK_LIB_PATH)\msvcprt.lib