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.
42 lines
648 B
42 lines
648 B
!IF 0
|
|
|
|
Copyright (c) 1997 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sources
|
|
|
|
Abstract:
|
|
Build ntrepl\test
|
|
|
|
|
|
Author:
|
|
Billy J. Fuller 14-Mar-97 (From Milan Shah (mikese) 10-Jan-96)
|
|
|
|
NOTE:
|
|
Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=FRS
|
|
MINORCOMP=DSCHECK
|
|
|
|
TARGETNAME=dscheck
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
C_DEFINES=-DUNICODE -DLDAP_UNICODE=0
|
|
C_DEFINES=-DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib
|
|
|
|
SOURCES=\
|
|
dscheck.cxx
|
|
|
|
INCLUDES=
|
|
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=console
|