!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

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

!ENDIF

MAJORCOMP=posix
MINORCOMP=psxss

TARGETNAME=psxss
TARGETPATH=obj
TARGETTYPE=LIBRARY

INCLUDES=..\inc;..\..\inc;\nt\public\sdk\inc\posix;\nt\public\sdk\inc\posix\sys

SOURCES=		\
	acledit.c	\
	apiinit.c	\
	apilistn.c	\
	apireqst.c	\
	concreat.c	\
	coninit.c	\
	conio.c		\
	consignl.c	\
	conthrds.c	\
	fdio.c		\
	fileio.c	\
	flocks.c	\
	lpipeio.c	\
	procblk.c	\
	process.c	\
	psxss.c		\
	psxss.rc	\
	psxsup.c	\
	sbapi.c		\
	sbinit.c	\
  	sbreqst.c	\
	session.c	\
	sigapi.c	\
	sigsup.c	\
	srvdebug.c	\
	srvfile.c	\
	srvhandl.c	\
	srvinit.c	\
	srvtask.c	\
	srvtc.c		\
	stub.c		\
	sysdb.c		\
	timer.c

C_DEFINES=-DPSX=1 -D_POSIX_
UMTYPE=windows
UMTEST=psxss

UMAPPL=psxss
UMRES=obj\*\psxss.res
UMLIBS=								\
	obj\*\psxss.lib						\
	$(BASEDIR)\public\sdk\lib\*\smdll.lib			\
	$(BASEDIR)\public\sdk\lib\*\advapi32.lib		\
	$(BASEDIR)\public\sdk\lib\*\netapi32.lib		\
	$(BASEDIR)\public\sdk\lib\*\samlib.lib			\
        $(BASEDIR)\public\sdk\lib\*\ntdll.lib

COFFBASE=psxss
