summaryrefslogtreecommitdiffstats
path: root/private/crt32/misc/sources
blob: cd3f28beae002b3eb52671e3f139a2b0b01221a4 (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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
!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=misc

TARGETNAME=misc
TARGETPATH=..\obj
TARGETTYPE=LIBRARY
386_STDCALL=0

!INCLUDE ..\crt32.def

SOURCES=abort.c     \
        abs.c       \
        assert.c    \
        bsearch.c   \
        cmiscdat.c  \
        ctype.c     \
        div.c       \
        ldiv.c      \
        getenv.c    \
        getpath.c   \
    	getqloc.c   \
        initcoll.c  \
        initctyp.c  \
        inithelp.c  \
        initmon.c   \
        initnum.c   \
        inittime.c  \
        labs.c      \
        lconv.c     \
        lfind.c     \
        lsearch.c   \
        makepath.c  \
        mbval.c     \
        onexit.c    \
        nlsdata1.c  \
        nlsdata2.c  \
        nlsdata3.c  \
        perror.c    \
        purevirt.c  \
        putenv.c    \
        qsort.c     \
        rand.c      \
        rotl.c      \
        rotr.c      \
        searchen.c  \
        setlocal.c  \
        setmbval.c  \
        splitpat.c  \
        _strerr.c   \
        strerror.c  \
        syserr.c    \
        umask.c     \
        winsig.c    \
        winxfltr.c  \
        wrt2err.c

i386_SOURCES=i386\setjmpex.asm \
             i386\setjmp.asm \
             i386\setjmp3.asm \
             i386\longjmp.asm \
             i386\sehsupp.c \
             i386\exsup.asm \
             i386\exsup2.asm \
             i386\exsup3.asm

MIPS_SOURCES=mips\chandler.c \
             mips\setjmp.s   \
	     mips\setjmpex.s \
	     mips\longjmp.s  \
             mips\jmpuwind.s

ALPHA_SOURCES=alpha\chandler.c \
              alpha\divdat.s \
              alpha\divide2.s   \
              alpha\extv.s \
              alpha\extvvol.s \
              alpha\extzv.s \
              alpha\extzvvol.s \
              alpha\ghandler.c \
              alpha\insv.s \
              alpha\insvvol.s \
              alpha\jmpuwind.s \
              alpha\longjmp.s \
              alpha\otsdiv.s \
              alpha\otsjmp.s \
              alpha\otsjmpex.s \
              alpha\otsuwind.s \
              alpha\scmpeql.s \
              alpha\scmpeqlp.s \
              alpha\scmpleq.s \
              alpha\scmpleqp.s \
              alpha\scmplss.s \
              alpha\scmplssp.s \
              alpha\setjmp.s \
              alpha\setjmpex.s \
              alpha\sfill.s \
              alpha\sloc.s \
              alpha\smove.s \
              alpha\smovem.s \
              alpha\strans.s \
              alpha\strcmp_.s \
              alpha\strcpy_.s \
              alpha\strlen_.s \
              alpha\szero.s