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.

161 lines
3.6 KiB

  1. !IF 0
  2. Copyright (c) 1989-2001, Microsoft Corporation. All rights reserved.
  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. karlsi 07-Apr-1992, add wide character routines, intl support
  14. v-kimpe 27-Feb-1998, add 64 bit support
  15. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  16. !ENDIF
  17. MAJORCOMP=crt
  18. MINORCOMP=string
  19. TARGETNAME=string
  20. !INCLUDE ..\..\crt32.nt
  21. INCLUDES=$(INCLUDES);..\
  22. SOURCES= \
  23. ..\strcoll.c \
  24. ..\strdup.c \
  25. ..\stricoll.c \
  26. ..\strlwr.c \
  27. ..\strncoll.c \
  28. ..\strnicol.c \
  29. ..\strtok.c \
  30. ..\strupr.c \
  31. ..\strxfrm.c \
  32. ..\wcscat.c \
  33. ..\wcschr.c \
  34. ..\wcscmp.c \
  35. ..\wcscoll.c \
  36. ..\wcscspn.c \
  37. ..\wcsdup.c \
  38. ..\wcsicmp.c \
  39. ..\wcsicoll.c \
  40. ..\wcslen.c \
  41. ..\wcslwr.c \
  42. ..\wcsncat.c \
  43. ..\wcsncmp.c \
  44. ..\wcsncpy.c \
  45. ..\wcsnicmp.c \
  46. ..\wcsncoll.c \
  47. ..\wcsnicol.c \
  48. ..\wcsnset.c \
  49. ..\wcspbrk.c \
  50. ..\wcsrchr.c \
  51. ..\wcsrev.c \
  52. ..\wcsset.c \
  53. ..\wcsspn.c \
  54. ..\wcsstr.c \
  55. ..\wcstok.c \
  56. ..\wcsupr.c \
  57. ..\wcsxfrm.c
  58. i386_SOURCES= \
  59. ..\i386\_ctypev.asm \
  60. ..\i386\memccpy.asm \
  61. ..\i386\memchr.asm \
  62. ..\i386\memcmp.asm \
  63. ..\i386\memcpy.asm \
  64. ..\i386\memicmp.asm \
  65. ..\i386\_memicmp.asm \
  66. ..\i386\memmove.asm \
  67. ..\i386\memset.asm \
  68. ..\i386\strcat.asm \
  69. ..\i386\strchr.asm \
  70. ..\i386\strcmp.asm \
  71. ..\i386\strcspn.asm \
  72. ..\i386\stricmp.asm \
  73. ..\i386\_stricmp.asm \
  74. ..\i386\strlen.asm \
  75. ..\i386\strncat.asm \
  76. ..\i386\strncmp.asm \
  77. ..\i386\strncpy.asm \
  78. ..\i386\strnicmp.asm \
  79. ..\i386\_strnicm.asm \
  80. ..\i386\strnset.asm \
  81. ..\i386\strpbrk.asm \
  82. ..\i386\strrchr.asm \
  83. ..\i386\strrev.asm \
  84. ..\i386\strset.asm \
  85. ..\i386\strspn.asm \
  86. ..\i386\strstr.asm
  87. IA64_SOURCES= \
  88. ..\ia64\_ctypev.s \
  89. ..\ia64\memcpyi.s \
  90. ..\ia64\memseti.s \
  91. ..\ia64\_memcpy.s \
  92. ..\ia64\_memmove.s \
  93. ..\ia64\_memset.s \
  94. ..\ia64\_strcat.s \
  95. ..\ia64\_strcpy.s \
  96. ..\ia64\_strcmp.s \
  97. ..\ia64\_strlen.s \
  98. ..\memccpy.c \
  99. ..\memchr.c \
  100. ..\memcmp.c \
  101. ..\memicmp.c \
  102. ..\strchr.c \
  103. ..\strcspn.c \
  104. ..\stricmp.c \
  105. ..\strncat.c \
  106. ..\strncmp.c \
  107. ..\strncpy.c \
  108. ..\strnicmp.c \
  109. ..\strnset.c \
  110. ..\strpbrk.c \
  111. ..\strrchr.c \
  112. ..\strrev.c \
  113. ..\strset.c \
  114. ..\strspn.c \
  115. ..\strstr.c
  116. AMD64_SOURCES= \
  117. ..\amd64\_ctypev.asm \
  118. ..\memccpy.c \
  119. ..\memchr.c \
  120. ..\memcmp.c \
  121. ..\memcpy.c \
  122. ..\memicmp.c \
  123. ..\memmove.c \
  124. ..\memset.c \
  125. ..\strcat.c \
  126. ..\strchr.c \
  127. ..\strcmp.c \
  128. ..\strcspn.c \
  129. ..\stricmp.c \
  130. ..\strlen.c \
  131. ..\strncat.c \
  132. ..\strncmp.c \
  133. ..\strncpy.c \
  134. ..\strnicmp.c \
  135. ..\strnset.c \
  136. ..\strpbrk.c \
  137. ..\strrchr.c \
  138. ..\strrev.c \
  139. ..\strset.c \
  140. ..\strspn.c \
  141. ..\strstr.c
  142. NTTARGETFILE1=