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.

55 lines
1.2 KiB

  1. # ############################################################
  2. # sources
  3. # Author: Murali R. Krishnan ( MuraliK)
  4. # Date: 08-Apr-1996
  5. #
  6. # Describes the macros used for building using NT 'build' command
  7. #
  8. # This directory builds
  9. # Internet Services - Asynchronous Thread Queue library
  10. # Modified by Mike Swift to build the atq dll for the NT5 DS
  11. #
  12. # ############################################################
  13. MINORCOMP=pwdssp
  14. TARGETNAME=pwdssp
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. CAP_FLAGS = -Zd -Gh
  18. CAP_LINK_OPTIONS=-debugtype:coff -debug:mapped,partial
  19. RAW_TARGETLIBS= \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\netapi32.lib \
  23. $(SDK_LIB_PATH)\ntdsa.lib \
  24. $(SECURITY_LIB_PATH)\lsaitf.lib
  25. USE_MSVCRT=1
  26. DELAYLOAD=ntdsa.dll
  27. DLOAD_ERROR_HANDLER=kernel32
  28. DLLENTRY=_DllMainCRTStartup
  29. !IFDEF CAP_PROFILE
  30. TARGETLIBS= $(RAW_TARGETLIBS) $(SDK_LIB_PATH)\cap.lib
  31. !ELSE
  32. TARGETLIBS= $(RAW_TARGETLIBS)
  33. !ENDIF
  34. INCLUDES= $(NTDS_INC);$(SECURITY_INC);
  35. C_DEFINES=-DUNICODE -D_UNICODE
  36. SOURCES= \
  37. pwdssp.c \
  38. crack.c \
  39. pwdssp.rc
  40. UMTEST=tpwd
  41. UMTYPE=console
  42. UMLIBS=$(O)\pwdssp.lib