windows-nt/Source/XPSP1/NT/ds/netapi/svcimgs/ntrepl/util/sources

60 lines
1.2 KiB
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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:
03-March-97 David Orbits (davidor)
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
!ENDIF
USE_MSVCRT=1
TARGETNAME=util
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=..\inc;..\idl\$(O); \
$(NET_INC_PATH); \
$(DS_INC_PATH)\crypto; \
$(PROJECT_ROOT)\netapi\inc;
C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
!IF "$(NTFRS_TEST)" == "1"
C_DEFINES=$(C_DEFINES) -DNTFRS_TEST=1
!ENDIF 0
SOURCES=\
config.c \
debug.c \
eventlog.c \
frsalloc.c \
frssrvc.c \
frstable.c \
genhash.c \
guidname.c \
info.c \
name.c \
ntutils.c \
qhash.c \
queue.c \
staging.c \
util.c \
vvector.c \
waittime.c