admin
base
basedrv
boot
busdrv
cluster
cmd
crts
ddk
dload
dloadhandler
efiutil
eventlog
firmware
fs
fsrec
hals
headless
inc
mspatch
mvdm
ntdll
ntdllsym
ntos
ntsetup
pnp
published
qfe
remoteboot
screg
seaudit
strsafe
stublibs
subsys
csr
posix
ballot
client
inc
programs
bsdlib
hello
inc
pax
psxarc
psxses
ansiio.h
conreqst.c
error.c
error.h
errors.mc
kbdutil.c
makefile
ntinitss.c
ntreqst.c
posix.c
posix.rc
posixres.h
psxses.h
sources
tcreqst.c
terminp.c
termoutp.c
tmreqst.c
util.c
util.h
dirs
psxss
rtl
build.psx
dirs
filereqs.psx
pcd.doc
status.psx
tests.psx
sm
dirs
testlockout
tools
urtl
wdmdrv
wdmlib
win32
wmi
wow64
xip
zlib
dirs
prerelease.inc
project.mk
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
62 lines
1.1 KiB
Plaintext
62 lines
1.1 KiB
Plaintext
!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=PROGRAM
|
|
USE_LIBCMT=1
|
|
|
|
INCLUDES=..\..\inc
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
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 \
|
|
errors.mc \
|
|
posix.rc
|
|
|
|
C_DEFINES=-DWIN32=1 -DNODEB=1
|
|
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS= \
|
|
$(BASE_LIB_PATH)\smdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|