68 lines
1.3 KiB
Plaintext
68 lines
1.3 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-2001, 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=ST
|
|
!include ..\sources.nt
|
|
|
|
SOURCES=\
|
|
..\cgets.c \
|
|
..\cgetws.c \
|
|
..\chsize.c \
|
|
..\close.c \
|
|
..\commit.c \
|
|
..\cputs.c \
|
|
..\creat.c \
|
|
..\dup.c \
|
|
..\dup2.c \
|
|
..\eof.c \
|
|
..\flength.c \
|
|
..\fleni64.c \
|
|
..\fstat.c \
|
|
..\fstat64.c \
|
|
..\fstati64.c \
|
|
..\getch.c \
|
|
..\getwch.c \
|
|
..\initcon.c \
|
|
..\ioinit.c \
|
|
..\isatty.c \
|
|
..\locking.c \
|
|
..\lseek.c \
|
|
..\lseeki64.c \
|
|
..\mktemp.c \
|
|
..\open.c \
|
|
..\osfinfo.c \
|
|
..\pipe.c \
|
|
..\putch.c \
|
|
..\putwch.c \
|
|
..\read.c \
|
|
..\setmode.c \
|
|
..\tell.c \
|
|
..\telli64.c \
|
|
..\txtmode.c \
|
|
..\wcreat.c \
|
|
..\wmktemp.c \
|
|
..\wopen.c \
|
|
..\write.c
|