!IF 0

Copyright (c) 1992-2001, 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

!INCLUDE ..\..\crt32.nt

SOURCES=..\_iostrea.cpp    \
        ..\iostrini.cpp    \
        ..\cerrinit.cpp    \
        ..\cininit.cpp     \
        ..\cloginit.cpp    \
        ..\filebuf.cpp     \
        ..\filebuf1.cpp    \
        ..\fstream.cpp     \
        ..\ifstream.cpp    \
        ..\_ios.cpp        \
        ..\istrchar.cpp    \
        ..\istrdbl.cpp     \
        ..\istream.cpp     \
        ..\istream1.cpp    \
        ..\istrflt.cpp     \
        ..\istrgdbl.cpp    \
        ..\istrget.cpp     \
        ..\istrgetl.cpp    \
        ..\istrgint.cpp    \
        ..\istrint.cpp     \
        ..\istrldbl.cpp    \
        ..\istrlong.cpp    \
        ..\istrshrt.cpp    \
        ..\istruint.cpp    \
        ..\istrulng.cpp    \
        ..\istrusht.cpp    \
        ..\mtlock.c        \
        ..\ofstream.cpp    \
        ..\ostrchar.cpp    \
        ..\ostrdbl.cpp     \
        ..\ostream.cpp     \
        ..\ostream1.cpp    \
        ..\ostrint.cpp     \
        ..\ostrldbl.cpp    \
        ..\ostrlong.cpp    \
        ..\ostrptr.cpp     \
        ..\ostrput.cpp     \
        ..\ostrshrt.cpp    \
        ..\ostruint.cpp    \
        ..\ostrulng.cpp    \
        ..\ostrusht.cpp    \
        ..\stdiostr.cpp    \
        ..\streamb.cpp     \
        ..\streamb1.cpp    \
        ..\strmbdbp.cpp    \
        ..\_strstre.cpp
	
C_DEFINES=-D_OLD_IOSTREAMS $(C_DEFINES)