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.
|
|
# # 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 \ -UUSEFUL_ASSERTIONS \
# -DDEBUG_OPTIONS
UMTYPE= console UMLIBS= $(SDK_LIB_PATH)\ntdll.lib \ $(SDK_LIB_PATH)\user32.lib \ $(O)\options.lib
UMAPPL= utest3
|