summaryrefslogtreecommitdiffstats
path: root/private/crt32/stdio/sources
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/crt32/stdio/sources
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/crt32/stdio/sources')
-rw-r--r--private/crt32/stdio/sources115
1 files changed, 115 insertions, 0 deletions
diff --git a/private/crt32/stdio/sources b/private/crt32/stdio/sources
new file mode 100644
index 000000000..77ed5d374
--- /dev/null
+++ b/private/crt32/stdio/sources
@@ -0,0 +1,115 @@
+!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=stdio
+
+TARGETNAME=stdio
+TARGETPATH=..\obj
+TARGETTYPE=LIBRARY
+386_STDCALL=0
+
+!INCLUDE ..\crt32.def
+
+SOURCES=feoferr.c \
+ popen.c \
+ fgetchar.c \
+ fgetwchr.c \
+ fileno.c \
+ fgetc.c \
+ fgetwc.c \
+ fputc.c \
+ fputwc.c \
+ fputs.c \
+ fputchar.c \
+ fputwchr.c \
+ _filbuf.c \
+ _filwbuf.c \
+ _file.c \
+ _flsbuf.c \
+ _flswbuf.c \
+ _freebuf.c \
+ _getbuf.c \
+ _open.c \
+ _sftbuf.c \
+ ncommode.c \
+ clearerr.c \
+ closeall.c \
+ cprintf.c \
+ cscanf.c \
+ fclose.c \
+ fdopen.c \
+ fflush.c \
+ fgetpos.c \
+ fgets.c \
+ fopen.c \
+ fprintf.c \
+ fread.c \
+ freopen.c \
+ fscanf.c \
+ fseek.c \
+ fsetpos.c \
+ ftell.c \
+ fwrite.c \
+ gets.c \
+ getw.c \
+ input.c \
+ printf.c \
+ puts.c \
+ putw.c \
+ rewind.c \
+ rmtmp.c \
+ scanf.c \
+ setbuf.c \
+ setvbuf.c \
+ snprintf.c \
+ sprintf.c \
+ sscanf.c \
+ stream.c \
+ tempnam.c \
+ tmpfile.c \
+ vprintf.c \
+ vfprintf.c \
+ vsprintf.c \
+ vsnprint.c \
+ ungetc.c \
+ ungetwc.c \
+ output.c \
+ winput.c \
+ woutput.c \
+ fwscanf.c \
+ swscanf.c \
+ wscanf.c \
+ wprintf.c \
+ swprintf.c \
+ fwprintf.c \
+ snwprint.c \
+ vwprintf.c \
+ vswprint.c \
+ vfwprint.c \
+ vsnwprnt.c
+
+NTTARGETFILE0=
+