mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
1.0 KiB
59 lines
1.0 KiB
!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
|
|
|
|
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 \
|
|
posix.rc
|
|
|
|
C_DEFINES=-DWIN32=1 -DNODEB=1
|
|
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\smdll.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib
|
|
|
|
NTTARGETFILE0=errors.h errors.mc errors.rc
|