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.
51 lines
1.0 KiB
51 lines
1.0 KiB
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 1999
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=Calais
|
|
MINORCOMP=scredir
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=$(O)\$(MINORCOMP).def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETLIBS=\
|
|
$(SECURITY_LIB_PATH)\CalaisLb.lib \
|
|
$(SECURITY_LIB_PATH)\CalComm.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib
|
|
|
|
INCLUDES=$(O);..\inc;..\..\inc;..\client;$(TERMSRV_INC_PATH)
|
|
|
|
USE_SYSTEM_MIDL=1
|
|
IDL_TYPE=RPC
|
|
|
|
PASS0_IDLDIR=$(O)
|
|
PASS0_CLIENTDIR=$(O)
|
|
PASS0_SERVERDIR=$(O)
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|
|
MIDL_FLAGS=$(MIDL_FLAGS)
|
|
|
|
NTTARGETFILE0=$(O)\scredir.idl
|
|
|
|
SOURCES= \
|
|
$(O)\scredir.idl \
|
|
$(O)\scredir_s.c \
|
|
$(O)\scredir_c.c \
|
|
version.rc \
|
|
$(MINORCOMP).cpp
|
|
|
|
# Use C++ Exception Handling
|
|
USE_NATIVE_EH=1
|
|
# Use the multi-threaded version of the CRT
|
|
USE_MSVCRT=1
|