!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:

    Therese Stowell (thereses) 11-Nov-1990

NOTE:   Commented description of this file is in \nt\bak\bin\sources.tpl

!ENDIF

MAJORCOMP=windows
MINORCOMP=console

TARGETNAME=ps
TARGETPATH=..\obj
TARGETTYPE=LIBRARY

TARGETNAME=conlib
TARGETPATH=..\..\obj
TARGETTYPE=LIBRARY

INCLUDES=..\inc;..\..\inc;..\..\inc

C_DEFINES=$(C_DEFINES) -D_KERNEL32_

SOURCES=cmdline.c  \
	ctrlc.c    \
	convdm.c   \
        dllinit.c  \
        iostubs.c  \
        getset.c   \
        private.c  \
        stream.c

PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
