63 lines
1.2 KiB
Plaintext
63 lines
1.2 KiB
Plaintext
|
!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
|
||
|
|
||
|
MAJORCOMP=crt
|
||
|
MINORCOMP=lowio
|
||
|
|
||
|
TARGETNAME=lowio
|
||
|
TARGETPATH=..\obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
386_STDCALL=0
|
||
|
|
||
|
!INCLUDE ..\crt32.def
|
||
|
|
||
|
SOURCES=chsize.c \
|
||
|
close.c \
|
||
|
commit.c \
|
||
|
creat.c \
|
||
|
dup.c \
|
||
|
dup2.c \
|
||
|
eof.c \
|
||
|
flength.c \
|
||
|
fstat.c \
|
||
|
initcon.c \
|
||
|
ioinit.c \
|
||
|
isatty.c \
|
||
|
locking.c \
|
||
|
lseek.c \
|
||
|
mktemp.c \
|
||
|
open.c \
|
||
|
osfinfo.c \
|
||
|
pipe.c \
|
||
|
read.c \
|
||
|
setmode.c \
|
||
|
tell.c \
|
||
|
txtmode.c \
|
||
|
write.c \
|
||
|
cgets.c \
|
||
|
cputs.c \
|
||
|
getch.c \
|
||
|
putch.c
|