Leaked source code of windows server 2003
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.5 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. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  11. !ENDIF
  12. PRECOMPILED_INCLUDE=pch.h
  13. PRECOMPILED_PCH=pch.pch
  14. PRECOMPILED_OBJ=pch.obj
  15. PRECOMPILED_CXX=1
  16. TARGETNAME=common
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. USE_MSVCRT=1
  20. USE_NATIVE_EH=1
  21. #
  22. # Define PROFILE to enable IceCAP profiling.
  23. #
  24. !IF "$(PROFILE)" == "1"
  25. USE_ICECAP=1
  26. C_DEFINES=$(C_DEFINES) -DPROFILE
  27. !ENDIF
  28. #
  29. # Must process this directory before any others because
  30. # others link with the product (common.lib)
  31. #
  32. SYNCHRONIZE_BLOCK=1
  33. C_DEFINES=$(C_DEFINES) -DWIN32 -DWINNT -DUNICODE
  34. !IF !$(FREEBUILD)
  35. C_DEFINES=$(C_DEFINES) -DDEBUG
  36. !ENDIF
  37. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  38. INCLUDES=.;\
  39. ..\control; \
  40. $(O);
  41. PASS0_SOURCEDIR=$(O)
  42. PASS0_HEADERDIR=$(O)
  43. SOURCES= msg.mc \
  44. alloc.cpp \
  45. debug.cpp \
  46. except.cpp \
  47. ntds.cpp \
  48. mapfile.cpp \
  49. registry.cpp \
  50. strclass.cpp \
  51. pathstr.cpp \
  52. thdsync.cpp \
  53. utils.cpp \
  54. xbytes.cpp \
  55. policy.cpp \
  56. eventlog.cpp \
  57. dblnul.cpp