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.

39 lines
950 B

  1. #
  2. # Sources defined for the option library
  3. # Copyright (C) 1997 Microsoft Corporation, all rights reserved.
  4. # Sucked out of the security test project 10/8/1997 by DavidCHR
  5. #
  6. TARGETNAME=options
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. USE_MSVCRT=1
  10. INCLUDES= ..\inc; \
  11. $(ENDUSER_INC_PATH); \
  12. $(PROJECT_ROOT)\security\protocols\kerberos;
  13. SOURCES= store.c \
  14. sublist.c \
  15. help.c \
  16. parse.c \
  17. compare.c \
  18. nonnull.c \
  19. cleanup.c \
  20. enum.c \
  21. obsolete.c\
  22. unparse.c \
  23. debug.c \
  24. C_DEFINES= $(C_DEFINES) -DBUILD_SALT -DSECURITY_WIN32 -DBUFFER_SIZE=255 \
  25. -UUSEFUL_ASSERTIONS \
  26. # -DDEBUG_OPTIONS
  27. UMTYPE= console
  28. UMLIBS= $(SDK_LIB_PATH)\ntdll.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. $(O)\options.lib
  31. UMAPPL= utest3