Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1989 Microsoft Corporation
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
LSERVER_ROOT = ..
!include $(LSERVER_ROOT)\lserver.mk
MAJORCOMP=Hydra MINORCOMP=LServer
TARGETNAME=$(MINORCOMP) TARGETTYPE=NOTARGET TARGETPATH=.
USE_SYSTEM_MIDL=1 IDL_TYPE=RPC
PASS0_HEADERDIR=$(LSERVER_ROOT)\include\$(O) PASS0_SERVERDIR=$(LSERVER_ROOT)\include\$(O) PASS0_CLIENTDIR=$(LSERVER_ROOT)\include\$(O) MIDL_FLAGS = $(MIDL_FLAGS)
SOURCES= \ hydrals.idl \ TLSRPC.idl \ tlsbkup.idl
SYNCHRONIZE_BLOCK=1 NO_BROWSER_FILE=1
|