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.

83 lines
1.9 KiB

  1. NT_UP=0
  2. !include $(PROJECT_ROOT)\ntdll\ntdll.inc
  3. MAJORCOMP=ntos
  4. MINORCOMP=rtl
  5. TARGETNAME=rtl
  6. TARGETPATH=obj
  7. TARGETTYPE=LIBRARY
  8. INCLUDES=..;..\..\inc;$(SDKTOOLS_INC_PATH);$(DS_INC_PATH)\crypto
  9. C_DEFINES=$(C_DEFINES) -DUSE_RTL_ASSERT2=1
  10. SOURCES=..\acledit.c \
  11. ..\add2stra.c \
  12. ..\add2strw.c \
  13. ..\assert.c \
  14. ..\atom.c \
  15. ..\avltable.c \
  16. ..\bitmap.c \
  17. ..\bootstatus.c\
  18. ..\checksum.c \
  19. ..\compress.c \
  20. ..\cnvint.c \
  21. ..\debug.c \
  22. ..\eballoc.c \
  23. ..\environ.c \
  24. ..\error.c \
  25. ..\excptdbg.c \
  26. ..\gentable.c \
  27. ..\gen8dot3.c \
  28. ..\guid.c \
  29. ..\handle.c \
  30. ..\heap.c \
  31. ..\heaplowf.c \
  32. ..\heapdll.c \
  33. ..\heapleak.c \
  34. ..\heapdbg.c \
  35. ..\heappage.c \
  36. ..\imagedir.c \
  37. ..\intbits.c \
  38. ..\ldrrsrc.c \
  39. ..\ldrreloc.c \
  40. ..\lookasid.c \
  41. ..\lznt1.c \
  42. ..\message.c \
  43. ..\nls.c \
  44. ..\nlsxlat.c \
  45. ..\pctohdr.c \
  46. ..\peb.c \
  47. ..\prefix.c \
  48. ..\prodtype.c \
  49. ..\random.c \
  50. ..\range.c \
  51. ..\registry.c \
  52. ..\regutil.c \
  53. ..\rtlassig.c \
  54. ..\rtldata.c \
  55. ..\rtlexec.c \
  56. ..\rxact.c \
  57. ..\secmem.c \
  58. ..\sertl.c \
  59. ..\slistfunc.c \
  60. ..\splay.c \
  61. ..\str2adda.c \
  62. ..\str2addw.c \
  63. ..\string.c \
  64. ..\stktrace.c \
  65. ..\sysvol.c \
  66. ..\time.c \
  67. ..\timer.c \
  68. ..\threads.c \
  69. ..\tracedb.c \
  70. ..\version.c \
  71. ..\wait.c \
  72. ..\worker.c
  73. NTTARGETFILES=
  74. UMTEST=
  75. UMTYPE=console
  76. UMLIBS=$(O)\bitmap.obj $(O)\stktrace.obj $(O)\stkwalk.obj $(SDK_LIB_PATH)\ntdll.lib