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.
53 lines
1.1 KiB
53 lines
1.1 KiB
!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-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
Jon Newman (jonn) 12-Sep-1991
|
|
templated from rpc\midl\back\src\sources
|
|
Ben Goetter (beng) 25-Sep-1991
|
|
"Nt" directory moved from common\h to common\hack
|
|
beng 03-Jul-1992
|
|
Removed prstdio - not used in NCPA dll
|
|
DavidHov 8/11/92
|
|
Replaced prstdio
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=sp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\..\COMMON\HACK;..\..\COMMON\H
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= prall32.c pralnew.c prassert.c prbltin.c \
|
|
prcnsult.c prdebug.c prerror.c \
|
|
prextra.c prhash.c prinit.c \
|
|
prio.c prlush.c prmesg.c \
|
|
proslib.c prparse.c prprint.c \
|
|
prscan.c prspexit.c prunify.c \
|
|
prstdio.c prwin32.c
|
|
|
|
# C_DEFINES is controlled by uiglobal.mk
|
|
|
|
UMTYPE=console
|