27 lines
471 B
Plaintext
27 lines
471 B
Plaintext
|
!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
|