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.
51 lines
994 B
51 lines
994 B
!IF 0
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract:
|
|
Build ntrepl\test\frs
|
|
|
|
Utility that uses the NtFrsApi.
|
|
|
|
|
|
Author:
|
|
Billy J. Fuller 12-Jan-98
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntrepl
|
|
MINORCOMP=frs
|
|
|
|
TARGETNAME=frs
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..\..\inc; \
|
|
..\..\idl\$(O); \
|
|
$(PROJECT_ROOT)\netapi\inc; \
|
|
$(SDK_INC_PATH); \
|
|
$(NET_INC_PATH); \
|
|
$(DS_INC_PATH)\crypto
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(SDK_LIB_PATH)\ntfrsapi.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
|
|
SOURCES=\
|
|
frs.c \
|
|
version.rc
|
|
|
|
UMTYPE=console
|