!IF 0

Copyright (c) 1991  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:

    Ellen Aycock-Wright 15-Sept-1991

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

!ENDIF

MAJORCOMP=psxpgms
MINORCOMP=psxses

TARGETNAME=posix
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..\..\inc

SOURCES=		\
	conreqst.c	\
	error.c		\
        kbdutil.c	\
        ntinitss.c	\
        ntreqst.c	\
        posix.c		\
        posix.rc	\
        tmreqst.c	\
        util.c 		\
	tcreqst.c	\
	terminp.c	\
	termoutp.c	\


C_DEFINES=-DWIN32=1 -DNODEB=1

UMTYPE=console
UMAPPL=posix
UMLIBS=					\
	obj\*\posix.lib			\
	\nt\public\sdk\lib\*\smdll.lib	\
        \nt\public\sdk\lib\*\user32.lib \
        \nt\public\sdk\lib\*\ntdll.lib
UMRES=obj\*\posix.res

NTTARGETFILE0=errors.h errors.mc errors.rc
