Leaked source code of windows server 2003
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.
 
 
 
 
 
 

23 lines
448 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); \
..\ntfrsres\$(O); \
$(NET_INC_PATH); \
$(DS_INC_PATH)\crypto
SOURCES= \
perffrs_s_stub.c \
..\repset.c \
perrepsr.c
USE_MSVCRT=1