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.
38 lines
594 B
38 lines
594 B
!IF 0
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract:
|
|
Build ntrepl\test\mftdump
|
|
|
|
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=ntrepl
|
|
MINORCOMP=mftdump
|
|
|
|
TARGETNAME=mftdump
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=..\..\inc; \
|
|
$(SDK_INC_PATH); \
|
|
$(NET_INC_PATH);
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
|
|
SOURCES=\
|
|
mftdump.c \
|
|
version.rc
|
|
|
|
UMTYPE=console
|