summaryrefslogtreecommitdiffstats
path: root/private/crt32/stdio/sources
blob: 77ed5d3749a34ce0814d21b6b972a0025cfa3154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
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=