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.
69 lines
2.0 KiB
69 lines
2.0 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:
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
REMDSK_ROOT=$(PROJECT_ROOT)\remdsk
|
|
#C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DFEATURE_USERBLOBS
|
|
|
|
MIDL_TLBDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
MAJORCOMP=RemoteDesktop
|
|
MINORCOMP=RDUuid
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=$(PROJECT_ROOT)\lib\obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SOURCES= \
|
|
RDSChan.idl \
|
|
RDCHost.idl \
|
|
RDSHost.idl \
|
|
rderror.idl \
|
|
sessmgr.idl \
|
|
RAssistance.idl \
|
|
RDSChan_i.c \
|
|
RAssistance_i.c
|
|
|
|
|
|
PASS0_PUBLISH=\
|
|
{$(O)\rdchost_i.c=$(PROJECT_INC_PATH)\rdchost_i.c} \
|
|
{$(O)\rdschan_i.c=$(PROJECT_INC_PATH)\rdschan_i.c} \
|
|
{$(O)\rdshost_i.c=$(PROJECT_INC_PATH)\rdshost_i.c} \
|
|
{$(O)\sessmgr_i.c=$(PROJECT_INC_PATH)\sessmgr_i.c} \
|
|
{$(O)\rassistance_i.c=$(PROJECT_INC_PATH)\rassistance_i.c} \
|
|
{$(O)\rdchost.h=$(PROJECT_INC_PATH)\rdchost.h} \
|
|
{$(O)\rdschan.h=$(PROJECT_INC_PATH)\rdschan.h} \
|
|
{$(O)\rdshost.h=$(PROJECT_INC_PATH)\rdshost.h} \
|
|
{$(O)\rderror.h=$(PROJECT_INC_PATH)\rderror.h} \
|
|
{$(O)\sessmgr.h=$(PROJECT_INC_PATH)\sessmgr.h} \
|
|
{$(O)\rassistance.h=$(PROJECT_INC_PATH)\rassistance.h} \
|
|
{$(O)\rdshost.tlb=$(PROJECT_LIB_PATH)\rdshost.tlb} \
|
|
{$(O)\rdchost.tlb=$(PROJECT_LIB_PATH)\rdchost.tlb} \
|
|
{$(O)\rassistance.tlb=$(PROJECT_LIB_PATH)\rassistance.tlb} \
|
|
{.\rdchost.idl=$(PROJECT_INC_PATH)\rdchost.idl} \
|
|
{.\rderror.idl=$(PROJECT_INC_PATH)\rderror.idl} \
|
|
{.\rdschan.idl=$(PROJECT_INC_PATH)\rdschan.idl} \
|
|
{.\rdshost.idl=$(PROJECT_INC_PATH)\rdshost.idl} \
|
|
{.\rassistance.idl=$(PROJECT_INC_PATH)\rassistance.idl}
|