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.

47 lines
991 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=perftest
  7. TARGETNAME=$(MINORCOMP)
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. INCLUDES= $(SECURITY_INC); \
  11. $(DS_INC_PATH)\crypto; \
  12. ..\..\common;
  13. UMTYPE=console
  14. UMENTRY=wmain
  15. PRECOMPILED_INCLUDE = global.hxx
  16. PRECOMPILED_PCH = global.pch
  17. PRECOMPILED_OBJ = global.obj
  18. SYNCHRONIZE_DRAIN=1
  19. USE_MFC=1
  20. SOURCES=\
  21. $(MINORCOMP).rc \
  22. $(MINORCOMP).cpp \
  23. catadd.cpp \
  24. crypthash.cpp \
  25. wvtcert.cpp \
  26. wvtcat.cpp \
  27. wvtfile.cpp
  28. LINKLIBS= \
  29. $(SECURITY_LIB_PATH)\unicode.lib \
  30. $(SDK_LIB_PATH)\crypt32.lib \
  31. $(SECURITY_LIB_PATH)\authclib.lib \
  32. $(DS_LIB_PATH)\rsa32.lib
  33. TARGETLIBS= \
  34. $(SDK_LIB_PATH)\wintrust.lib \
  35. $(SDK_LIB_PATH)\user32.lib