125 lines
2.5 KiB
Plaintext
125 lines
2.5 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=\
|
|
..\_filbuf.c \
|
|
..\_file.c \
|
|
..\_filwbuf.c \
|
|
..\_flsbuf.c \
|
|
..\_flswbuf.c \
|
|
..\_freebuf.c \
|
|
..\_getbuf.c \
|
|
..\_open.c \
|
|
..\_sftbuf.c \
|
|
..\_wopen.c \
|
|
..\clearerr.c \
|
|
..\closeall.c \
|
|
..\cprintf.c \
|
|
..\cscanf.c \
|
|
..\cwprintf.c \
|
|
..\cwscanf.c \
|
|
..\fclose.c \
|
|
..\fdopen.c \
|
|
..\feoferr.c \
|
|
..\fflush.c \
|
|
..\fgetc.c \
|
|
..\fgetchar.c \
|
|
..\fgetpos.c \
|
|
..\fgets.c \
|
|
..\fgetwc.c \
|
|
..\fgetwchr.c \
|
|
..\fgetws.c \
|
|
..\fileno.c \
|
|
..\fopen.c \
|
|
..\fprintf.c \
|
|
..\fputc.c \
|
|
..\fputchar.c \
|
|
..\fputs.c \
|
|
..\fputwc.c \
|
|
..\fputwchr.c \
|
|
..\fputws.c \
|
|
..\fread.c \
|
|
..\freopen.c \
|
|
..\fscanf.c \
|
|
..\fseek.c \
|
|
..\fseeki64.c \
|
|
..\fsetpos.c \
|
|
..\ftell.c \
|
|
..\ftelli64.c \
|
|
..\fwprintf.c \
|
|
..\fwrite.c \
|
|
..\fwscanf.c \
|
|
..\gets.c \
|
|
..\getw.c \
|
|
..\getws.c \
|
|
..\input.c \
|
|
..\ncommode.c \
|
|
..\output.c \
|
|
..\popen.c \
|
|
..\printf.c \
|
|
..\puts.c \
|
|
..\putw.c \
|
|
..\putws.c \
|
|
..\rewind.c \
|
|
..\rmtmp.c \
|
|
..\scanf.c \
|
|
..\setbuf.c \
|
|
..\setmaxf.c \
|
|
..\setvbuf.c \
|
|
..\snprintf.c \
|
|
..\snscanf.c \
|
|
..\snwprint.c \
|
|
..\snwscanf.c \
|
|
..\sprintf.c \
|
|
..\sscanf.c \
|
|
..\stream.c \
|
|
..\swprintf.c \
|
|
..\swscanf.c \
|
|
..\tempnam.c \
|
|
..\tmpfile.c \
|
|
..\ungetc.c \
|
|
..\ungetwc.c \
|
|
..\vfprintf.c \
|
|
..\vfwprint.c \
|
|
..\vprintf.c \
|
|
..\vsnprint.c \
|
|
..\vsnwprnt.c \
|
|
..\vsprintf.c \
|
|
..\vswprint.c \
|
|
..\vwprintf.c \
|
|
..\wfdopen.c \
|
|
..\wfopen.c \
|
|
..\wfreopen.c \
|
|
..\winput.c \
|
|
..\woutput.c \
|
|
..\wpopen.c \
|
|
..\wprintf.c \
|
|
..\wscanf.c \
|
|
..\wtempnam.c \
|
|
..\wtmpfile.c
|