75 lines
1.9 KiB
Plaintext
75 lines
1.9 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:
|
|
|
|
Mark Lucovsky (markl) 18-Sep-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=rpcssext
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS= ..\..\common\daytona\$(_OBJ_DIR)\*\cmrpcss.lib \
|
|
..\..\idl\private\daytona\$(_OBJ_DIR)\*\prvidl.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib
|
|
|
|
DLLBASE=@$(COFFBASE_TXT_FILE),usermode
|
|
|
|
OLE32_DIR=$(COMP_OLE32_DIR)
|
|
COM_DIR=$(OLE32_DIR)\com
|
|
IDL_DIR=$(OLE32_DIR)\idl
|
|
DCOMSS_DIR=$(OLE32_DIR)\dcomss
|
|
|
|
INCLUDES= $(INCLUDES);$(BASEDIR)\public\sdk\inc;
|
|
INCLUDES= $(OLE32_DIR)\common\$(DEST_TREE);$(OLE32_DIR)\ih;$(OLE32_DIR)\common;
|
|
INCLUDES= $(INCLUDES);$(IDL_DIR)\public\daytona\$(O)
|
|
INCLUDES= $(INCLUDES);$(IDL_DIR)\internal\daytona\$(O)
|
|
INCLUDES= $(INCLUDES);$(IDL_DIR)\private\daytona\$(O)
|
|
INCLUDES= $(INCLUDES);$(DCOMSS_DIR)
|
|
INCLUDES= $(INCLUDES);$(OLE32_DIR)
|
|
INCLUDES= $(INCLUDES);$(DCOMSS_DIR)\olescm
|
|
INCLUDES= $(INCLUDES);$(DCOMSS_DIR)\objex
|
|
|
|
INCLUDES= $(INCLUDES);$(COM_DIR)\inc;$(COM_DIR)\rot;$(COM_DIR)
|
|
INCLUDES= $(INCLUDES);$(COM_DIR)\class;$(COM_DIR)\objact
|
|
INCLUDES= $(INCLUDES);$(OLE32_DIR)\actprops
|
|
INCLUDES= $(INCLUDES);$(BASE_INC_PATH)
|
|
|
|
C_DEFINES=-DNTENV -DDFSACTIVATION -DDIRECTORY_SERVICE -DDARWIN_ENABLED
|
|
|
|
PRECOMPILED_INCLUDE=actdbg.hxx
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=rpcssext.rc \
|
|
epts.c \
|
|
commands.cxx \
|
|
dump.cxx \
|
|
miscdbg.cxx \
|
|
memory.cxx
|
|
|
|
UMTYPE=console
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
PASS1_PUBLISH={$(O)\rpcssext.lib=$(SDK_LIB_PATH)\rpcssext.lib}
|