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.

34 lines
643 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=crypt
  6. MINORCOMP=wvtstrss
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. INCLUDES= ..\..\common; \
  11. $(SECURITY_INC);
  12. UMTYPE=console
  13. UMENTRY=wmain
  14. #SYNCHRONIZE_DRAIN=1
  15. USE_MFC=1
  16. SOURCES=\
  17. $(MINORCOMP).rc \
  18. $(MINORCOMP).cpp
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\crypt32.lib \
  21. $(SECURITY_LIB_PATH)\authclib.lib \
  22. $(SECURITY_LIB_PATH)\unicode.lib \
  23. $(SDK_LIB_PATH)\wintrust.lib \
  24. $(SDK_LIB_PATH)\user32.lib