summaryrefslogtreecommitdiffstats
path: root/private/crt32/string/sources
blob: 3b7d2ea7cdc9b9e826928606d4e3bf5894415f6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
!IF 0

Copyright (c) 1989 - 1992, Microsoft Corporation.  All rights reserved.

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    Steve Wood (stevewo) 12-Apr-1990
    jeffrob     29-sep-1990, use crt32.def
    karlsi      07-Apr-1992, add wide character routines, intl support

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=crt
MINORCOMP=string

TARGETNAME=string
TARGETPATH=..\obj
TARGETTYPE=LIBRARY
386_STDCALL=0

!INCLUDE ..\crt32.def

NTTARGETFILE0=strcspn.c strpbrk.c
!IF $386
NTTARGETFILE0=$(NTTARGETFILE) i386\memmove.asm i386\strcspn.asm i386\strpbrk.asm
!ENDIF

SOURCES=strcoll.c   \
        stricoll.c  \
        strlwr.c    \
        strtok.c    \
        strupr.c    \
        strxfrm.c   \
        wcscat.c    \
        wcschr.c    \
        wcscmp.c    \
        wcscoll.c   \
        wcscspn.c   \
        wcsdup.c    \
        wcsicmp.c   \
        wcsicoll.c  \
        wcslen.c    \
        wcslwr.c    \
        wcsncat.c   \
        wcsncmp.c   \
        wcsncpy.c   \
        wcsnicmp.c  \
        wcsnset.c   \
        wcspbrk.c   \
        wcsrchr.c   \
        wcsrev.c    \
        wcsset.c    \
        wcsspn.c    \
        wcsstr.c    \
        wcstok.c    \
        wcsupr.c    \
        wcsxfrm.c

i386_SOURCES=i386\memccpy.asm   \
             i386\memchr.asm    \
             i386\memcmp.asm    \
             i386\memcpy.asm    \
             i386\memicmp.asm   \
             i386\memmove.asm   \
             i386\memset.asm    \
             i386\strcat.asm    \
             i386\strchr.asm    \
             i386\strcmp.asm    \
             i386\strcspn.asm   \
             i386\strdup.asm    \
             i386\stricmp.asm   \
             i386\strlen.asm    \
             i386\strncat.asm   \
             i386\strncmp.asm   \
             i386\strncpy.asm   \
             i386\strnicmp.asm  \
             i386\strnset.asm   \
             i386\strpbrk.asm   \
             i386\strrchr.asm   \
             i386\strrev.asm    \
             i386\strset.asm    \
             i386\strspn.asm    \
             i386\strstr.asm

MIPS_SOURCES=memccpy.c  \
             memchr.c   \
             memicmp.c  \
             strcspn.c  \
             strdup.c   \
             stricmp.c  \
             strncat.c  \
             strncmp.c  \
             strncpy.c  \
             strnicmp.c \
             strnset.c  \
             strpbrk.c  \
             strrev.c   \
             strset.c   \
             strspn.c   \
             strstr.c	\
             mips\memorym.s	\
             mips\strcatm.s	\
             mips\strchrm.s	\
             mips\strcmpm.s	\
             mips\strcpym.s	\
             mips\strlenm.s	\
             mips\strrchrm.s

ALPHA_SOURCES=memccpy.c  \
              memchr.c   \
              memcmp.c   \
              memcpy.c   \
              memicmp.c  \
              memmove.c  \
              memset.c   \
              alpha\strcat.c    \
              strchr.c   \
              alpha\strcmps.s   \
              strcspn.c  \
              strdup.c   \
              stricmp.c  \
              alpha\strlens.s   \
              strncat.c  \
              strncmp.c  \
              strncpy.c  \
              alpha\strcpys.s   \
              strnicmp.c \
              strnset.c  \
              strpbrk.c  \
              strrchr.c  \
              strrev.c   \
              strset.c   \
              strspn.c   \
              strstr.c

PPC_SOURCES= ppc\memccpyp.s  \
             ppc\memchrp.s   \
             ppc\memcmpp.s   \
             memcpy.c   \
             memicmp.c  \
             memmove.c  \
             memset.c   \
             ppc\strcatp.s   \
             ppc\strchrp.s   \
             ppc\strcmpp.s   \
             strcspn.c  \
             strdup.c   \
             ppc\stricmpp.s  \
             ppc\strlenp.s   \
             strncat.c  \
             strncmp.c  \
             strncpy.c  \
             strnicmp.c \
             strnset.c  \
             strpbrk.c  \
             ppc\strrchrp.s  \
             strrev.c   \
             strset.c   \
             strspn.c   \
             strstr.c