89 lines
2 KiB
Plaintext
89 lines
2 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-92 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=wkssvc
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=wkssvc.def
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\advapip.lib \
|
|
$(DS_LIB_PATH)\secur32p.lib \
|
|
$(SDK_LIB_PATH)\samlib.lib \
|
|
$(SDK_LIB_PATH)\netlib.lib \
|
|
$(DS_LIB_PATH)\netapi32p.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\kernl32p.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(DS_LIB_PATH)\rsa32.lib
|
|
|
|
INCLUDES= \
|
|
..\idl;..\idl\$(O); \
|
|
..\..\idl\$(O); \
|
|
$(NET_INC_PATH); \
|
|
$(COM_INC_PATH); \
|
|
$(BASE_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto; \
|
|
$(PROJECT_ROOT)\netapi\inc;
|
|
|
|
!IFNDEF DISABLE_NET_UNICODE
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
!ENDIF
|
|
|
|
SOURCES= \
|
|
wsmain.c \
|
|
wkssvc.rc \
|
|
wksta.c \
|
|
user.c \
|
|
wsdevice.c \
|
|
wsutil.c \
|
|
wsconfig.c \
|
|
useaddel.c \
|
|
usegenum.c \
|
|
useutil.c \
|
|
message.c \
|
|
wssend.c \
|
|
msgutil.c \
|
|
wssec.c \
|
|
wslsa.c \
|
|
wsstats.c \
|
|
wslogon.c \
|
|
wsdfs.c \
|
|
dominfo.c \
|
|
wkssvc_s_stub.c \
|
|
join.c \
|
|
msgsvcsend_c_stub.c \
|
|
wsregcfg.c
|
|
|
|
C_DEFINES= -DINCL_32= -DNT -DRPC_NO_WINDOWS_H -D_PNP_POWER=1 -DLDAP_UNICODE=0
|
|
|
|
DELAYLOAD=dnsapi.dll;wldap32.dll
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=windows
|