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.

83 lines
1.8 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. !include $(PROJECT_ROOT)\ntos\ntoskrnl.inc
  5. MAJORCOMP=ntos
  6. MINORCOMP=krtl
  7. TARGETNAME=ntosrtl
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. BUILD_PRODUCES=ntosrtl$(NT_UP)
  11. INCLUDES=..;..\..\inc;$(DDK_INC_PATH);$(DS_INC_PATH);$(SDKTOOLS_INC_PATH)
  12. C_DEFINES=$(C_DEFINES) -DNTOS_KERNEL_RUNTIME=1
  13. ASM_DEFINES=-DNTOS_KERNEL_RUNTIME=1
  14. SOURCES=..\acledit.c \
  15. ..\add2stra.c \
  16. ..\add2strw.c \
  17. ..\assert.c \
  18. ..\atom.c \
  19. ..\avltable.c \
  20. ..\bitmap.c \
  21. ..\bootstatus.c\
  22. ..\checksum.c \
  23. ..\cnvint.c \
  24. ..\compress.c \
  25. ..\debug.c \
  26. ..\eballoc.c \
  27. ..\environ.c \
  28. ..\error.c \
  29. ..\excptdbg.c \
  30. ..\gentable.c \
  31. ..\gen8dot3.c \
  32. ..\guid.c \
  33. ..\heap.c \
  34. ..\imagedir.c \
  35. ..\rtlimagentheader.c \
  36. ..\intbits.c \
  37. ..\ldrrsrc.c \
  38. ..\ldrreloc.c \
  39. ..\lookup.c \
  40. ..\lznt1.c \
  41. ..\message.c \
  42. ..\nls.c \
  43. ..\nlsxlat.c \
  44. ..\pctohdr.c \
  45. ..\peb.c \
  46. ..\prefix.c \
  47. ..\prodtype.c \
  48. ..\random.c \
  49. ..\range.c \
  50. ..\regutil.c \
  51. ..\rtlassig.c \
  52. ..\rtldata.c \
  53. ..\rtlexec.c \
  54. ..\rtlpatch.c \
  55. ..\rxact.c \
  56. ..\sertl.c \
  57. ..\splay.c \
  58. ..\str2adda.c \
  59. ..\str2addw.c \
  60. ..\string.c \
  61. ..\stktrace.c \
  62. ..\sysvol.c \
  63. ..\time.c \
  64. ..\tracedb.c \
  65. ..\version.c \
  66. ..\xencode.c \
  67. # not yet used
  68. # ..\rtlmmapio.c \
  69. # ..\rtloverflow.c \
  70. UMTYPE=console
  71. NTTARGETFILES=