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.1 KiB
59 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.
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=net
|
|
MINORCOMP=ui
|
|
|
|
TARGETNAME=sp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_CRTDLL=1
|
|
INCLUDES=.\;..\..\COMMON\HACK;..\..\COMMON\H
|
|
|
|
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE -DWINVER=0x0400 -DWINDOWS
|
|
EXPECTED_WINVER=4.0
|
|
|
|
UMTYPE=console
|
|
|
|
SOURCES=prallib.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 \
|
|
prstdio.c \
|
|
prunify.c \
|
|
pralnew.c \
|
|
prspexit.c \
|
|
prall32.c \
|
|
prwin32.c
|
|
|
|
|