windows-nt/Source/XPSP1/NT/ds/security/tools/keytab2/opt/sources

39 lines
961 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# Sources defined for the option library
# Copyright (C) 1997 Microsoft Corporation, all rights reserved.
# Sucked out of the security test project 10/8/1997 by DavidCHR
#
TARGETNAME=options
TARGETPATH=obj
TARGETTYPE=LIBRARY
USE_MSVCRT=1
INCLUDES= ..\inc; \
$(ENDUSER_INC_PATH); \
$(PROJECT_ROOT)\security\protocols\kerberos;
SOURCES= store.c \
sublist.c \
help.c \
parse.c \
compare.c \
nonnull.c \
cleanup.c \
enum.c \
obsolete.c\
unparse.c \
debug.c \
C_DEFINES= $(C_DEFINES) -DBUILD_SALT -DSECURITY_WIN32 -DBUFFER_SIZE=255 \
$(NTLOGDEF) -DDEBUGGING -DDEBUG -DDEBUG_FLAG=1 -UUSEFUL_ASSERTIONS \
# -DDEBUG_OPTIONS
UMTYPE= console
UMLIBS= $(SDK_LIB_PATH)\ntdll.lib \
$(SDK_LIB_PATH)\user32.lib \
$(O)\options.lib
UMAPPL= utest3