summaryrefslogtreecommitdiffstats
path: root/private/crt32/string/sources
diff options
context:
space:
mode:
Diffstat (limited to 'private/crt32/string/sources')
-rw-r--r--private/crt32/string/sources175
1 files changed, 175 insertions, 0 deletions
diff --git a/private/crt32/string/sources b/private/crt32/string/sources
new file mode 100644
index 000000000..3b7d2ea7c
--- /dev/null
+++ b/private/crt32/string/sources
@@ -0,0 +1,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
+