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.

33 lines
630 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. # 03/15/95 raymondm added conditional linking to capi.dll
  11. #
  12. #----------------------------------------------------------------------------
  13. MAJORCOMP=dssinstl
  14. MINORCOMP=EXE
  15. TARGETNAME=dssinstl
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. INCLUDES=..\..\inc;
  19. TARGETLIBS=\
  20. $(SDK_LIB_PATH)\advapi32.lib
  21. SOURCES=\
  22. dssinstl.c \
  23. dssinstl.rc
  24. UMTYPE=console
  25. UMENTRY=main
  26. USE_MSVCRT=1