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.
58 lines
1.1 KiB
58 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.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=vss_ps
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATHLIB=obj
|
|
TARGETPATH=..\..\bin\$(_OBJ_DIR)
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=..\..\inc;..\..\inc\derived
|
|
|
|
C_DEFINES=-D_WIN32_DCOM -DREGISTER_PROXY_DLL
|
|
|
|
SOURCES= \
|
|
dlldata.c \
|
|
vss_p.c \
|
|
vsmgmt_p.c \
|
|
vscoordint_p.c \
|
|
vsevent_p.c \
|
|
vsprov_p.c \
|
|
vss_ps.rc
|
|
|
|
UMTYPE=windows
|
|
DLLDEF=vss_ps.def
|
|
DLLENTRY=DllMain
|
|
|
|
MIDL_FLAGS=-robust
|
|
|
|
TARGETLIBS =\
|
|
$(SDK_LIB_PATH)\rpcns4.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\vss_uuid.lib
|