62 lines
1.2 KiB
Plaintext
62 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=idl
|
||
|
|
||
|
TARGETNAME=idl
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
IDL_TYPE=RPC
|
||
|
PASS0_HEADERDIR=..\..\inc\$(O)
|
||
|
PASS0_CLIENTDIR=$(O)
|
||
|
PASS0_SERVERDIR=$(O)
|
||
|
MIDL_UUIDDIR=$(O)
|
||
|
MIDL_TLBDIR=$(O)
|
||
|
|
||
|
MIDL_FLAGS=/prefix server "s_"
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
INCLUDES=$(_OBJ_DIR);..\inc;..\..\inc;..\..\inc\$(O)
|
||
|
|
||
|
UNICODE=1
|
||
|
|
||
|
SOURCES= clusrpc.idl \
|
||
|
api_rpc.idl \
|
||
|
rm_rpc.idl \
|
||
|
$(O)\clusrpc_s.c \
|
||
|
$(O)\clusrpc_c.c \
|
||
|
$(O)\api_rpc_s.c \
|
||
|
$(O)\rm_rpc_c.c
|
||
|
|
||
|
UMTYPE=console
|
||
|
|
||
|
# Need to compile these two objects even though they're
|
||
|
# not in the lib so other dirs can link to them
|
||
|
|
||
|
NTTARGETFILES=$(O)\api_rpc_c.obj \
|
||
|
$(O)\rm_rpc_s.obj
|