mirror of https://github.com/tongzx/nt5src
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.
26 lines
471 B
26 lines
471 B
!IF 0
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
!ENDIF
|
|
|
|
MAJORCOMP=seclogon
|
|
MINORCOMP=seclogon_c
|
|
|
|
TARGETNAME=$(MINORCOMP)
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_SYSTEM_MIDL=1
|
|
IDL_TYPE=RPC
|
|
|
|
SOURCES= \
|
|
$(O)\seclogon_c.c \
|
|
seclogon.idl
|
|
|
|
PASS0_PUBLISH = \
|
|
{$(O)\seclogon.h=$(DS_INC_PATH)\seclogon.h }
|
|
|
|
PASS1_PUBLISH = \
|
|
{$(O)\seclogon_c.lib=$(DS_LIB_PATH)\seclogon_c.lib }
|
|
|
|
MISCFILES= \
|
|
..\RunAs_Service_{E79E6A6A-3A04-43C9-BBEA-7ADD7472222F}.sld
|