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.

100 lines
2.2 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 15-Nov-1992, Port mb functions from 16-bit sources
  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=mbstring
  19. TARGETNAME=mbstring
  20. !INCLUDE ..\..\crt32.nt
  21. INCLUDES = $(INCLUDES);..\..\string\i386
  22. SOURCES=..\ismbalnm.c \
  23. ..\ismbalph.c \
  24. ..\ismbbyte.c \
  25. ..\ismbdgt.c \
  26. ..\ismbgrph.c \
  27. ..\ismbknj.c \
  28. ..\ismblgl.c \
  29. ..\ismblwr.c \
  30. ..\ismbprn.c \
  31. ..\ismbpunc.c \
  32. ..\ismbsle.c \
  33. ..\ismbspc.c \
  34. ..\ismbstr.c \
  35. ..\ismbupr.c \
  36. ..\mbbtype.c \
  37. ..\mbccpy.c \
  38. ..\mbclen.c \
  39. ..\mbclevel.c \
  40. ..\mbctype.c \
  41. ..\mbsbtype.c \
  42. ..\mbschr.c \
  43. ..\mbscmp.c \
  44. ..\mbscoll.c \
  45. ..\mbscspn.c \
  46. ..\mbsdec.c \
  47. ..\mbsicmp.c \
  48. ..\mbsicoll.c \
  49. ..\mbsinc.c \
  50. ..\mbslen.c \
  51. ..\mbslwr.c \
  52. ..\mbsnbcat.c \
  53. ..\mbsnbcmp.c \
  54. ..\mbsnbcnt.c \
  55. ..\mbsnbcol.c \
  56. ..\mbsnbcpy.c \
  57. ..\mbsnbicm.c \
  58. ..\mbsnbico.c \
  59. ..\mbsnbset.c \
  60. ..\mbsncat.c \
  61. ..\mbsnccnt.c \
  62. ..\mbsncmp.c \
  63. ..\mbsncoll.c \
  64. ..\mbsncpy.c \
  65. ..\mbsnextc.c \
  66. ..\mbsnicmp.c \
  67. ..\mbsnicol.c \
  68. ..\mbsninc.c \
  69. ..\mbsnset.c \
  70. ..\mbspbrk.c \
  71. ..\mbsrchr.c \
  72. ..\mbsrev.c \
  73. ..\mbsset.c \
  74. ..\mbsspn.c \
  75. ..\mbsspnp.c \
  76. ..\mbsstr.c \
  77. ..\mbstok.c \
  78. ..\mbsupr.c \
  79. ..\mbtohira.c \
  80. ..\mbtokata.c \
  81. ..\mbtolwr.c \
  82. ..\mbtoupr.c \
  83. ..\tojisjms.c \
  84. ..\tombbmbc.c