136 lines
2.8 KiB
Plaintext
136 lines
2.8 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1993 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:
|
||
|
|
||
|
JR (John Rogers, JohnRo@Microsoft) 02-Apr-1991
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=netlib
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
|
||
|
|
||
|
INCLUDES=$(NET_INC_PATH); \
|
||
|
$(BASE_INC_PATH); \
|
||
|
$(COM_INC_PATH); \
|
||
|
..\xactsrv; \
|
||
|
..\api; \
|
||
|
..\svcdlls\logonsrv\server; \
|
||
|
..\svcdlls\logonsrv; \
|
||
|
$(PROJECT_ROOT)\netapi\inc;
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
!IFNDEF DISABLE_NET_UNICODE
|
||
|
UNICODE=1
|
||
|
NET_C_DEFINES=-DUNICODE
|
||
|
!ENDIF
|
||
|
|
||
|
SOURCES= \
|
||
|
Accessp.c \
|
||
|
AllocStr.c \
|
||
|
AlrtInfo.c \
|
||
|
Canon.c \
|
||
|
ConfClos.c \
|
||
|
ConfDel.c \
|
||
|
ConfEnum.c \
|
||
|
ConfExp.c \
|
||
|
ConfFail.c \
|
||
|
ConfGet.c \
|
||
|
ConfGetA.c \
|
||
|
ConfGetB.c \
|
||
|
ConfGetD.c \
|
||
|
ConfMax.c \
|
||
|
ConfName.c \
|
||
|
ConfNum.c \
|
||
|
ConfOpen.c \
|
||
|
ConfOpn2.c \
|
||
|
ConfSet.c \
|
||
|
ConvSrv.c \
|
||
|
ConvWks.c \
|
||
|
CopyStr.c \
|
||
|
Data.c \
|
||
|
Debug.c \
|
||
|
Disp.c \
|
||
|
DispTime.c \
|
||
|
dnssrv.c \
|
||
|
DomainId.c \
|
||
|
DomName.c \
|
||
|
Eventlog.c \
|
||
|
FileInfo.c \
|
||
|
FtNfoCtx.c \
|
||
|
GetConfg.c \
|
||
|
GetPriv.c \
|
||
|
GetToken.c \
|
||
|
HexDump.c \
|
||
|
InitOem.c \
|
||
|
joincrypt.c\
|
||
|
JoinUtl.c \
|
||
|
ListFunc.c \
|
||
|
LogHours.c \
|
||
|
Logonp.c \
|
||
|
Luidate.c \
|
||
|
Luiint.c \
|
||
|
Luitext.c \
|
||
|
MapData.c \
|
||
|
MemAlloc.c \
|
||
|
Message.c \
|
||
|
MidlUser.c \
|
||
|
MoveStr.c \
|
||
|
MsgrUtil.c \
|
||
|
NameCan.c \
|
||
|
NameCmp.c \
|
||
|
NameVal.c \
|
||
|
Names.c \
|
||
|
NetJoin.c \
|
||
|
NtStatus.c \
|
||
|
PackStr.c \
|
||
|
PathCan.c \
|
||
|
PathCmp.c \
|
||
|
PathType.c \
|
||
|
PrefMax.c \
|
||
|
PrtInfo.c \
|
||
|
RdrFsCtl.c \
|
||
|
ReplInfo.c \
|
||
|
RpcBind.c \
|
||
|
RpcFail.c \
|
||
|
SecObj.c \
|
||
|
SecObj2.c \
|
||
|
SessInfo.c \
|
||
|
Started.c \
|
||
|
StrArray.c \
|
||
|
StrTail.c \
|
||
|
SvcInfo.c \
|
||
|
Thread.c \
|
||
|
Time.c \
|
||
|
TimeZone.c \
|
||
|
ULToW.c \
|
||
|
UsrProp.c \
|
||
|
WcsICmp.c \
|
||
|
WksInfo.c \
|
||
|
WToL.c \
|
||
|
XlateSvc.c
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -DWIN31_TITLE_INDEX=0
|
||
|
|
||
|
PASS1_PUBLISH= \
|
||
|
{$(O)\netlib.lib=$(SDK_LIB_PATH)\netlib.lib}
|