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) -DBUILD_WOW6432
  10. ASM_DEFINES = $(ASM_DEFINES) -DBUILD_WOW6432
  11. SOURCES=..\acledit.c \
  12. ..\add2stra.c \
  13. ..\add2strw.c \
  14. ..\assert.c \
  15. ..\atom.c \
  16. ..\avltable.c \
  17. ..\bitmap.c \
  18. ..\bootstatus.c\
  19. ..\checksum.c \
  20. ..\compress.c \
  21. ..\cnvint.c \
  22. ..\debug.c \
  23. ..\eballoc.c \
  24. ..\environ.c \
  25. ..\error.c \
  26. ..\excptdbg.c \
  27. ..\gentable.c \
  28. ..\gen8dot3.c \
  29. ..\guid.c \
  30. ..\handle.c \
  31. ..\heap.c \
  32. ..\heaplowf.c \
  33. ..\heapdll.c \
  34. ..\heapleak.c \
  35. ..\heapdbg.c \
  36. ..\heappage.c \
  37. ..\imagedir.c \
  38. ..\intbits.c \
  39. ..\ldrrsrc.c \
  40. ..\ldrreloc.c \
  41. ..\lookasid.c \
  42. ..\lznt1.c \
  43. ..\message.c \
  44. ..\nls.c \
  45. ..\nlsxlat.c \
  46. ..\pctohdr.c \
  47. ..\peb.c \
  48. ..\prefix.c \
  49. ..\prodtype.c \
  50. ..\random.c \
  51. ..\range.c \
  52. ..\registry.c \
  53. ..\regutil.c \
  54. ..\rtlassig.c \
  55. ..\rtldata.c \
  56. ..\rtlexec.c \
  57. ..\rxact.c \
  58. ..\secmem.c \
  59. ..\sertl.c \
  60. ..\slistfunc.c \
  61. ..\splay.c \
  62. ..\str2adda.c \
  63. ..\str2addw.c \
  64. ..\string.c \
  65. ..\stktrace.c \
  66. ..\time.c \
  67. ..\timer.c \
  68. ..\threads.c \
  69. ..\tracedb.c \
  70. ..\wait.c \
  71. ..\worker.c \
  72. ..\version.c
  73. NTTARGETFILES=
  74. UMTEST=
  75. UMTYPE=console
  76. UMLIBS=$(O)\bitmap.obj $(O)\stktrace.obj $(O)\stkwalk.obj $(SDK_LIB_PATH)\ntdll.lib