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.

35 lines
1004 B

  1. #------------------------------------------------
  2. # Keytab library sources
  3. #------------------------------------------------
  4. TARGETNAME=kt
  5. TARGETPATH=obj
  6. TARGETTYPE=LIBRARY
  7. USE_MSVCRT=1
  8. C_DEFINES= $(C_DEFINES) -DBUILD_SALT -DSECURITY_WIN32 -DBUFFER_SIZE=255 -DCOMPAT \
  9. -UUSEFUL_ASSERTIONS \
  10. # -DDEBUG_OPTIONS
  11. INCLUDES= ..\..\inc;..\..\sync\common; \
  12. $(ENDUSER_INC_PATH); \
  13. $(PROJECT_ROOT)\security\protocols\kerberos\idl; \
  14. $(PROJECT_ROOT)\security\protocols\kerberos\idl\$(O); \
  15. $(PROJECT_ROOT)\security\protocols\kerberos\inc;
  16. SOURCES= \
  17. keytab.c \
  18. keytypes.c \
  19. mkkey.c \
  20. UMLIBS= $(SDK_LIB_PATH)\wsock32.lib \
  21. ..\..\opt\$(O)\options.lib \
  22. $(SDK_LIB_PATH)\ntdll.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\cryptdll.lib \
  25. $(KERBPATH)\common2\$(O)\kerbcomm.lib
  26. UMTYPE= console
  27. UMTEST= utest*utest2