mirror of https://github.com/tongzx/nt5src
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.
19 lines
360 B
19 lines
360 B
TARGETNAME=perrepsr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1
|
|
!IF "$(NTFRS_TEST)" == "1"
|
|
C_DEFINES=$(C_DEFINES) -DNTFRS_TEST=1
|
|
!ENDIF 0
|
|
|
|
INCLUDES=..\inc;..\idl\$(O);$(NET_INC_PATH);$(DS_INC_PATH)\crypto
|
|
|
|
SOURCES= \
|
|
perffrs_s_stub.c \
|
|
..\repset.c \
|
|
perrepsr.c
|
|
|
|
USE_MSVCRT=1
|
|
|
|
|