Windows2003-3790/multimedia/published/wmsdk/sources
2020-09-30 16:53:55 +02:00

53 lines
1.4 KiB
Plaintext

!IF 0
Copyright (c) 2000 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:
Dan Hoeger (danhoe) 07-Aug-2000
Revision History:
!ENDIF
TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=
SOURCES=
# Binplace these headers and Libs for the WMSDK
PASS0_PUBLISH= \
{inc\asferr.h=$(SDK_INC_PATH)\asferr.h} \
{inc\cleandrm.h=$(SDK_INC_PATH)\cleandrm.h} \
{inc\drmexternals.h=$(SDK_INC_PATH)\drmexternals.h} \
{inc\icomponentauthenticate.idl=$(SDK_INC_PATH)\icomponentauthenticate.idl} \
{inc\key.c=$(SDK_INC_PATH)\key.c} \
{inc\key.h=$(SDK_INC_PATH)\key.h} \
{inc\sac.h=$(SDK_INC_PATH)\sac.h} \
{inc\scclient.h=$(SDK_INC_PATH)\scclient.h} \
{inc\scserver.h=$(SDK_INC_PATH)\scserver.h} \
{inc\wmsdk.h=$(SDK_INC_PATH)\wmsdk.h} \
{inc\wmsdkidl.h=$(SDK_INC_PATH)\wmsdkidl.h} \
{inc\wmsdkidl.idl=$(SDK_INC_PATH)\wmsdkidl.idl} \
{inc\wmsysprf.h=$(SDK_INC_PATH)\wmsysprf.h}
!if $(386)
PASS0_PUBLISH= \
$(PASS0_PUBLISH) \
{lib\cleandrm.lib=$(SDK_LIB_PATH)\cleandrm.lib} \
{lib\mssachlp.lib=$(SDK_LIB_PATH)\mssachlp.lib} \
{lib\WMVCORE.lib=$(SDK_LIB_PATH)\WMVCORE.lib}
!endif