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.
35 lines
1004 B
35 lines
1004 B
#------------------------------------------------
|
|
# Keytab library sources
|
|
#------------------------------------------------
|
|
|
|
TARGETNAME=kt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES= $(C_DEFINES) -DBUILD_SALT -DSECURITY_WIN32 -DBUFFER_SIZE=255 -DCOMPAT \
|
|
-UUSEFUL_ASSERTIONS \
|
|
# -DDEBUG_OPTIONS
|
|
|
|
INCLUDES= ..\..\inc;..\..\sync\common; \
|
|
$(ENDUSER_INC_PATH); \
|
|
$(PROJECT_ROOT)\security\protocols\kerberos\idl; \
|
|
$(PROJECT_ROOT)\security\protocols\kerberos\idl\$(O); \
|
|
$(PROJECT_ROOT)\security\protocols\kerberos\inc;
|
|
|
|
SOURCES= \
|
|
keytab.c \
|
|
keytypes.c \
|
|
mkkey.c \
|
|
|
|
UMLIBS= $(SDK_LIB_PATH)\wsock32.lib \
|
|
..\..\opt\$(O)\options.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\cryptdll.lib \
|
|
$(KERBPATH)\common2\$(O)\kerbcomm.lib
|
|
|
|
|
|
UMTYPE= console
|
|
UMTEST= utest*utest2
|