!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\des.h=$(SDK_INC_PATH)\des.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\nserror.h=$(SDK_INC_PATH)\nserror.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\sha.h=$(SDK_INC_PATH)\sha.h} \
    {inc\wmsbuffer.h=$(SDK_INC_PATH)\wmsbuffer.h} \
    {inc\WMSBuffer.idl=$(SDK_INC_PATH)\WMSBuffer.idl} \
    {inc\WMSCP.idl=$(SDK_INC_PATH)\WMSCP.idl} \
    {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\WMSP.idl=$(SDK_INC_PATH)\WMSP.idl} \
    {inc\wmsysprf.h=$(SDK_INC_PATH)\wmsysprf.h}

!if $(386)
PASS0_PUBLISH= \
    $(PASS0_PUBLISH) \
    {lib\bignumsdk.lib=$(SDK_LIB_PATH)\bignumsdk.lib} \
    {lib\cleandrm.lib=$(SDK_LIB_PATH)\cleandrm.lib} \
    {lib\mssachlp.lib=$(SDK_LIB_PATH)\mssachlp.lib} \
    {lib\randlib.lib=$(SDK_LIB_PATH)\randlib.lib} \
    {lib\rsa32sdk2.lib=$(SDK_LIB_PATH)\rsa32sdk2.lib} \
    {lib\WMVCORE.lib=$(SDK_LIB_PATH)\WMVCORE.lib} 
!endif