Source code of Windows XP (NT5)
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.

54 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. DLLENTRY=DllMain
  28. !IFDEF CAP_PROFILE
  29. TARGETLIBS= $(RAW_TARGETLIBS) $(SDK_LIB_PATH)\cap.lib
  30. !ELSE
  31. TARGETLIBS= $(RAW_TARGETLIBS)
  32. !ENDIF
  33. INCLUDES= $(NTDS_INC);$(SECURITY_INC);
  34. C_DEFINES=-DUNICODE -D_UNICODE
  35. SOURCES= \
  36. pwdssp.c \
  37. crack.c \
  38. pwdssp.rc
  39. UMTEST=tpwd
  40. UMTYPE=console
  41. UMLIBS=$(O)\pwdssp.lib