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.
59 lines
1.1 KiB
59 lines
1.1 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:
|
|
|
|
Cliff Van Dyke (CliffV) 27-Jun-1991
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME= logonsrv
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..;..\..;..\..\server; \
|
|
..\..\idl;..\..\idl\$(O); \
|
|
$(NET_INC_PATH); \
|
|
$(BASE_INC_PATH); \
|
|
$(COM_INC_PATH); \
|
|
$(PROJECT_ROOT)\netapi\inc;
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DRPC_NO_WINDOWS_H
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
SOURCES= \
|
|
..\getdcnam.c \
|
|
..\getdclst.c \
|
|
..\logonapi.c \
|
|
cpnetpdc.c \
|
|
nlcommon.c \
|
|
..\rpcbind.c \
|
|
..\ssiapi.c \
|
|
logon_c_stub.c
|
|
|
|
NTTARGETFILES= \
|
|
cpnetpdc.c \
|
|
nlcommon.c \
|
|
logon_c_stub.c
|
|
|
|
UMTYPE=windows
|