Leaked source code of windows server 2003

60 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989-2001, 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. jeffrob 29-sep-1990, use crt32.def
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. CRTLIBTYPE=ST
  16. !include ..\sources.nt
  17. SOURCES= \
  18. ..\align.c\
  19. ..\badalloc.cpp \
  20. ..\calloc.c \
  21. ..\crtheap.c \
  22. ..\delete.cpp \
  23. ..\delete2.cpp \
  24. ..\expand.c \
  25. ..\free.c \
  26. ..\handler.cpp \
  27. ..\heapadd.c \
  28. ..\heapchk.c \
  29. ..\heapinit.c \
  30. ..\heapmin.c \
  31. ..\heapused.c \
  32. ..\heapwalk.c \
  33. ..\hpabort.c \
  34. ..\malloc.c \
  35. ..\msize.c \
  36. ..\new.cpp \
  37. ..\new2.cpp \
  38. ..\new_mode.cpp \
  39. ..\oldnew.c \
  40. ..\_newmode.c \
  41. ..\realloc.c \
  42. ..\resetstk.c \
  43. ..\sbheap.c \
  44. ..\setnewh.cpp
  45. !ifndef BUILD_DEBUG_CRTS
  46. PASS0_PUBLISH={$(O)\resetstk_downlevel.w=$(BASE_INC_PATH)\resetstk_downlevel.c}
  47. NTTARGETFILE0=$(O)\resetstk_downlevel.w
  48. !endif