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.
82 lines
1.7 KiB
82 lines
1.7 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
|
|
|
|
ALT_PROJECT_TARGET=win95
|
|
TARGETNAME= logonsrv
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=logonsrv.def
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
USE_MSVCRT=1
|
|
NO_NTDLL=1
|
|
|
|
COFFBASE=msv1_0
|
|
|
|
INCLUDES=..\..;..\..\idl; \
|
|
..\..\server; \
|
|
$(NET_INC_PATH); \
|
|
$(BASE_INC_PATH); \
|
|
$(COM_INC_PATH); \
|
|
$(PROJECT_ROOT)\netapi\inc;
|
|
|
|
# C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DWIN32_CHICAGO -DNETLOGONDBG
|
|
C_DEFINES=$(C_DEFINES) -D_DSGETDCAPI_ -DWIN32_CHICAGO
|
|
|
|
USE_MAPSYM=1
|
|
|
|
# Don't build on Alpha
|
|
SOURCES=
|
|
|
|
I386_SOURCES= \
|
|
..\getdcnam.c \
|
|
cpnlcommon.c \
|
|
cpnetpdc.c \
|
|
cpnmval.c \
|
|
cpnmcan.c \
|
|
apibuff.c \
|
|
cpdnssrv.c \
|
|
ntwin95.c \
|
|
cplogonp.c \
|
|
cpntstat.c \
|
|
cpdata.c \
|
|
res.rc
|
|
|
|
UMTYPE=console
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\logonsrv.lib=$(SDK_LIB_PATH)\logonsrv.lib}
|