00001 !
IF 0
00002
00003
Copyright (c) 1989 Microsoft Corporation
00004
00005 Module
Name:
00006
00007 sources.
00008
00009 Abstract:
00010
00011 This
file specifies
the target component being built and
the list of
00012 sources files needed to build that component. Also specifies optional
00013 compiler switches and libraries that are unique
for the component being
00014 built.
00015
00016
00017 Author:
00018
00019 Steve Wood (stevewo) 12-Apr-1990
00020
00021 NOTE: Commented description of
this file is in \nt\bak\bin\sources.tpl
00022
00023 !ENDIF
00024
00025 MAJORCOMP=ntos
00026 MINORCOMP=lpc
00027
00028 TARGETNAME=lpc
00029 TARGETTYPE=LIBRARY
00030
00031 INCLUDES=..;$(BASEDIR)\
private\ntos\inc
00032
00033 MSC_WARNING_LEVEL=/W3 /WX
00034
00035 C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
00036
00037 SOURCES=..\lpcinit.c \
00038 ..\lpccreat.c \
00039 ..\lpclistn.c \
00040 ..\lpcconn.c \
00041 ..\lpccompl.c \
00042 ..\lpcsend.c \
00043 ..\lpcrecv.c \
00044 ..\lpcreply.c \
00045 ..\lpcquery.c \
00046 ..\lpcqueue.c \
00047 ..\lpcclose.c \
00048 ..\lpcpriv.c
00049
00050 PRECOMPILED_INCLUDE=..\lpcp.h
00051 PRECOMPILED_PCH=lpcp.pch
00052 PRECOMPILED_OBJ=lpcp.obj
00053
00054 UMTYPE=console
00055 UMTEST=userver*uclient
00056
00057 NTTARGETFILES=
00058
00059 SOURCES_USED=..\sources.inc