Windows NT 4.0 source code leak
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.

129 lines
3.0 KiB

4 years ago
  1. !IF 0
  2. Copyright (c) 1989 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. MAJORCOMP=crt
  16. MINORCOMP=misc
  17. TARGETNAME=misc
  18. TARGETPATH=..\obj
  19. TARGETTYPE=LIBRARY
  20. 386_STDCALL=0
  21. !INCLUDE ..\crt32.def
  22. SOURCES=abort.c \
  23. abs.c \
  24. assert.c \
  25. bsearch.c \
  26. cmiscdat.c \
  27. ctype.c \
  28. div.c \
  29. ldiv.c \
  30. getenv.c \
  31. getpath.c \
  32. getqloc.c \
  33. initcoll.c \
  34. initctyp.c \
  35. inithelp.c \
  36. initmon.c \
  37. initnum.c \
  38. inittime.c \
  39. labs.c \
  40. lconv.c \
  41. lfind.c \
  42. lsearch.c \
  43. makepath.c \
  44. mbval.c \
  45. onexit.c \
  46. nlsdata1.c \
  47. nlsdata2.c \
  48. nlsdata3.c \
  49. perror.c \
  50. purevirt.c \
  51. putenv.c \
  52. qsort.c \
  53. rand.c \
  54. rotl.c \
  55. rotr.c \
  56. searchen.c \
  57. setlocal.c \
  58. setmbval.c \
  59. splitpat.c \
  60. _strerr.c \
  61. strerror.c \
  62. syserr.c \
  63. umask.c \
  64. winsig.c \
  65. winxfltr.c \
  66. wrt2err.c
  67. i386_SOURCES=i386\setjmpex.asm \
  68. i386\setjmp.asm \
  69. i386\setjmp3.asm \
  70. i386\longjmp.asm \
  71. i386\sehsupp.c \
  72. i386\exsup.asm \
  73. i386\exsup2.asm \
  74. i386\exsup3.asm
  75. MIPS_SOURCES=mips\chandler.c \
  76. mips\setjmp.s \
  77. mips\setjmpex.s \
  78. mips\longjmp.s \
  79. mips\jmpuwind.s
  80. ALPHA_SOURCES=alpha\chandler.c \
  81. alpha\divdat.s \
  82. alpha\divide2.s \
  83. alpha\extv.s \
  84. alpha\extvvol.s \
  85. alpha\extzv.s \
  86. alpha\extzvvol.s \
  87. alpha\ghandler.c \
  88. alpha\insv.s \
  89. alpha\insvvol.s \
  90. alpha\jmpuwind.s \
  91. alpha\longjmp.s \
  92. alpha\otsdiv.s \
  93. alpha\otsjmp.s \
  94. alpha\otsjmpex.s \
  95. alpha\otsuwind.s \
  96. alpha\scmpeql.s \
  97. alpha\scmpeqlp.s \
  98. alpha\scmpleq.s \
  99. alpha\scmpleqp.s \
  100. alpha\scmplss.s \
  101. alpha\scmplssp.s \
  102. alpha\setjmp.s \
  103. alpha\setjmpex.s \
  104. alpha\sfill.s \
  105. alpha\sloc.s \
  106. alpha\smove.s \
  107. alpha\smovem.s \
  108. alpha\strans.s \
  109. alpha\strcmp_.s \
  110. alpha\strcpy_.s \
  111. alpha\strlen_.s \
  112. alpha\szero.s