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.

39 lines
629 B

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. # sources file for test program for cryptapi
  6. #
  7. # History:
  8. #
  9. # 11/29/94 larrys created
  10. #
  11. #----------------------------------------------------------------------------
  12. MAJORCOMP=stress
  13. MINORCOMP=EXE
  14. TARGETNAME=stress
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. INCLUDES=..\..\inc;
  18. !if "$(NTDEBUG)" != ""
  19. C_DEFINES= -DTEST_VERSION $(C_DEFINES)
  20. !else
  21. C_DEFINES= $(C_DEFINES)
  22. !endif
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\advapi32.lib
  25. SOURCES=\
  26. stress.c \
  27. stress.rc
  28. USE_MSVCRT=1
  29. UMTYPE=console
  30. UMENTRY=main