windows-nt/Source/XPSP1/NT/base/crts/crtw32/string/sources.nt

158 lines
3.3 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 1989-2001, 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
v-kimpe 27-Feb-1998, add 64 bit support
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=crt
MINORCOMP=string
TARGETNAME=string
!INCLUDE ..\..\crt32.nt
INCLUDES=$(INCLUDES);..\
SOURCES= \
..\strcoll.c \
..\strdup.c \
..\stricoll.c \
..\strlwr.c \
..\strncoll.c \
..\strnicol.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 \
..\wcsncoll.c \
..\wcsnicol.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\_memicmp.asm \
..\i386\memmove.asm \
..\i386\memset.asm \
..\i386\strcat.asm \
..\i386\strchr.asm \
..\i386\strcmp.asm \
..\i386\strcspn.asm \
..\i386\stricmp.asm \
..\i386\_stricmp.asm \
..\i386\strlen.asm \
..\i386\strncat.asm \
..\i386\strncmp.asm \
..\i386\strncpy.asm \
..\i386\strnicmp.asm \
..\i386\_strnicm.asm \
..\i386\strnset.asm \
..\i386\strpbrk.asm \
..\i386\strrchr.asm \
..\i386\strrev.asm \
..\i386\strset.asm \
..\i386\strspn.asm \
..\i386\strstr.asm
IA64_SOURCES= \
$(O)\_memcpy.s \
$(O)\_memmove.s \
$(O)\_memset.s \
$(O)\_strcat.s \
$(O)\_strcpy.s \
$(O)\_strcmp.s \
$(O)\_strlen.s \
..\memccpy.c \
..\memchr.c \
..\memcmp.c \
..\memicmp.c \
..\memmove.c \
..\strchr.c \
..\strcspn.c \
..\stricmp.c \
..\strncat.c \
..\strncmp.c \
..\strncpy.c \
..\strnicmp.c \
..\strnset.c \
..\strpbrk.c \
..\strrchr.c \
..\strrev.c \
..\strset.c \
..\strspn.c \
..\strstr.c
AMD64_SOURCES= \
..\memccpy.c \
..\memchr.c \
..\memcmp.c \
..\memcpy.c \
..\memicmp.c \
..\memmove.c \
..\memset.c \
..\strcat.c \
..\strchr.c \
..\strcmp.c \
..\strcspn.c \
..\stricmp.c \
..\strlen.c \
..\strncat.c \
..\strncmp.c \
..\strncpy.c \
..\strnicmp.c \
..\strnset.c \
..\strpbrk.c \
..\strrchr.c \
..\strrev.c \
..\strset.c \
..\strspn.c \
..\strstr.c
NTTARGETFILE1=