mirror of https://github.com/lianthony/NT4.0
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.
111 lines
2.3 KiB
111 lines
2.3 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
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
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
CRTLIBTYPE=NT
|
|
!include ..\sources.nt
|
|
|
|
SOURCES=\
|
|
..\abs.c \
|
|
..\bsearch.c \
|
|
..\cmiscdat.c \
|
|
..\ctype.c \
|
|
..\div.c \
|
|
..\ldiv.c \
|
|
..\labs.c \
|
|
..\lcnvinit.c \
|
|
..\lconv.c \
|
|
..\lfind.c \
|
|
..\lsearch.c \
|
|
..\makepath.c \
|
|
..\nlsdata1.c \
|
|
..\nlsdata2.c \
|
|
..\nlsdata3.c \
|
|
..\qsort.c \
|
|
..\rand.c \
|
|
..\rotl.c \
|
|
..\rotr.c \
|
|
..\setlocal.c \
|
|
..\splitpat.c
|
|
|
|
i386_SOURCES= \
|
|
..\i386\exsup.asm \
|
|
..\i386\exsup2.asm \
|
|
..\i386\exsup3.asm \
|
|
..\i386\longjmp.asm \
|
|
..\i386\sehsupp.c \
|
|
..\i386\setjmp.asm \
|
|
..\i386\setjmp3.asm \
|
|
..\i386\setjmpex.asm
|
|
|
|
MIPS_SOURCES= \
|
|
..\mips\chandler.c \
|
|
..\mips\setjmp.s \
|
|
..\mips\setjmpex.s \
|
|
..\mips\longjmp.s \
|
|
..\mips\jmpuwind.s
|
|
|
|
ALPHA_SOURCES= \
|
|
..\alpha\chandler.c \
|
|
..\alpha\divdat.s \
|
|
..\alpha\divide2.s \
|
|
..\alpha\extv.s \
|
|
..\alpha\extvvol.s \
|
|
..\alpha\extzv.s \
|
|
..\alpha\extzvvol.s \
|
|
..\alpha\ghandler.c \
|
|
..\alpha\insv.s \
|
|
..\alpha\insvvol.s \
|
|
..\alpha\jmpuwind.s \
|
|
..\alpha\longjmp.s \
|
|
..\alpha\otsdiv.s \
|
|
..\alpha\otsjmp.s \
|
|
..\alpha\otsjmpex.s \
|
|
..\alpha\otsuwind.s \
|
|
..\alpha\scmpeql.s \
|
|
..\alpha\scmpeqlp.s \
|
|
..\alpha\scmpleq.s \
|
|
..\alpha\scmpleqp.s \
|
|
..\alpha\scmplss.s \
|
|
..\alpha\scmplssp.s \
|
|
..\alpha\setjmp.s \
|
|
..\alpha\setjmpex.s \
|
|
..\alpha\sfill.s \
|
|
..\alpha\sloc.s \
|
|
..\alpha\smove.s \
|
|
..\alpha\smovem.s \
|
|
..\alpha\strans.s \
|
|
..\alpha\strcmp_.s \
|
|
..\alpha\strcpy_.s \
|
|
..\alpha\strlen_.s \
|
|
..\alpha\szero.s
|
|
|
|
PPC_SOURCES= \
|
|
..\ppc\chandler.c \
|
|
..\ppc\exsup.s \
|
|
..\ppc\miscasm.s \
|
|
..\ppc\setjmp.s \
|
|
..\ppc\setjmpex.s \
|
|
..\ppc\longjmp.s \
|
|
..\ppc\jmpuwind.s
|