windows-nt/Source/XPSP1/NT/ds/netapi/xactsrv/sources

77 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
!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
TARGETNAME=xactsrv
TARGETPATH=obj
TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\netlib.lib \
..\dosprint\$(O)\dosprint.lib \
$(DS_LIB_PATH)\netapi32p.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\netrap.lib \
$(SDK_LIB_PATH)\samlib.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\rxapi.lib \
$(SDK_LIB_PATH)\rxcommon.lib \
$(PROJECT_ROOT)\netapi\svcdlls\browser\server\$(O)\browser.lib
INCLUDES=..\inc;..\..\inc;..\api;$(NET_INC_PATH);$(BASE_INC_PATH)
!IFNDEF DISABLE_NET_UNICODE
UNICODE=1
NET_C_DEFINES=-DUNICODE
!ENDIF
USE_MSVCRT=1
SOURCES= \
ApiAcces.c \
ApiAcct.c \
ApiChDev.c \
ApiConn.c \
ApiFile.c \
ApiGroup.c \
ApiLogon.c \
ApiMsg.c \
ApiPath.c \
ApiPrint.c \
ApiSess.c \
ApiShare.c \
ApiSrv.c \
ApiStats.c \
ApiStubs.c \
ApiSvc.c \
ApiTime.c \
ApiUse.c \
ApiUser.c \
ApiWksta.c \
ChangePw.c \
xactsrv.rc \
XsData.c \
XsSubs.c \
XsUnicod.c
PASS1_PUBLISH= \
{$(O)\xactsrv.lib=$(SDK_LIB_PATH)\xactsrv.lib}