82 lines
1.4 KiB
Plaintext
82 lines
1.4 KiB
Plaintext
|
!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=PROGRAM
|
||
|
|
||
|
INCLUDES=..\inc;..\..\inc;$(SDK_INC_PATH)\posix;$(SDK_INC_PATH)\posix\sys;\
|
||
|
$(SDKTOOLS_INC_PATH)
|
||
|
|
||
|
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 \
|
||
|
nullio.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 \
|
||
|
psxss.rc
|
||
|
|
||
|
C_DEFINES=-DPSX=1 -D_POSIX_
|
||
|
UMTYPE=windows
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(BASE_LIB_PATH)\smdll.lib \
|
||
|
$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(SDK_LIB_PATH)\samlib.lib \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib
|
||
|
|
||
|
COFFBASE=psxss
|