84 lines
1.9 KiB
Plaintext
84 lines
1.9 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1992, Microsoft Corporation. All rights reserved.
|
|
|
|
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.
|
|
|
|
Set MAKEFILE. for BLDCRT=1 definition that forces use of MS C8 C++ compiler
|
|
for all platforms to compile these files.
|
|
|
|
Author:
|
|
|
|
karlsi 15-Jun-1992, Created.
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=crt
|
|
MINORCOMP=iostream
|
|
|
|
TARGETNAME=iostream
|
|
TARGETPATH=..\obj
|
|
TARGETTYPE=LIBRARY
|
|
386_STDCALL=0
|
|
_AXPACC_=0
|
|
|
|
!INCLUDE ..\crt32.def
|
|
|
|
SOURCES=iostream.cxx \
|
|
iostrini.cxx \
|
|
cerrinit.cxx \
|
|
cininit.cxx \
|
|
cloginit.cxx \
|
|
filebuf.cxx \
|
|
filebuf1.cxx \
|
|
fstream.cxx \
|
|
ifstream.cxx \
|
|
ios.cxx \
|
|
istrchar.cxx \
|
|
istrdbl.cxx \
|
|
istream.cxx \
|
|
istream1.cxx \
|
|
istrflt.cxx \
|
|
istrgdbl.cxx \
|
|
istrget.cxx \
|
|
istrgetl.cxx \
|
|
istrgint.cxx \
|
|
istrint.cxx \
|
|
istrldbl.cxx \
|
|
istrlong.cxx \
|
|
istrshrt.cxx \
|
|
istruint.cxx \
|
|
istrulng.cxx \
|
|
istrusht.cxx \
|
|
mtlock.c \
|
|
ofstream.cxx \
|
|
ostrchar.cxx \
|
|
ostrdbl.cxx \
|
|
ostream.cxx \
|
|
ostream1.cxx \
|
|
ostrint.cxx \
|
|
ostrldbl.cxx \
|
|
ostrlong.cxx \
|
|
ostrptr.cxx \
|
|
ostrput.cxx \
|
|
ostrshrt.cxx \
|
|
ostruint.cxx \
|
|
ostrulng.cxx \
|
|
ostrusht.cxx \
|
|
stdiostr.cxx \
|
|
streamb.cxx \
|
|
streamb1.cxx \
|
|
strmbdbp.cxx \
|
|
strstrea.cxx
|