64 lines
1.2 KiB
Plaintext
64 lines
1.2 KiB
Plaintext
|
!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-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
!INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
|
||
|
MINORCOMP=fm
|
||
|
|
||
|
TARGETNAME=fm
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(_OBJ_DIR);..\inc;..\..\inc;..\..\inc\$(O)
|
||
|
|
||
|
UNICODE=1
|
||
|
|
||
|
SOURCES= fmapi.c \
|
||
|
fmgum.c \
|
||
|
fminit.c \
|
||
|
fmclient.c \
|
||
|
monitor.c \
|
||
|
resfail.c \
|
||
|
resource.c \
|
||
|
reslist.c \
|
||
|
restype.c \
|
||
|
rmnotify.c \
|
||
|
group.c \
|
||
|
fmreg.c \
|
||
|
fmevent.c \
|
||
|
grouparb.c \
|
||
|
recv.c \
|
||
|
resmon.c \
|
||
|
rpcbind.c \
|
||
|
tree.c \
|
||
|
ioctl.c \
|
||
|
fmprop.c \
|
||
|
worker.c \
|
||
|
fmvote.c \
|
||
|
dllupgd.c \
|
||
|
timer.c
|
||
|
|
||
|
UMTYPE=console
|