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.

31 lines
594 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=init
  14. MINORCOMP=EXE
  15. TARGETNAME=init
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. INCLUDES=..\..\inc;
  19. TARGETLIBS= $(SDK_LIB_PATH)\advapi32.lib
  20. SOURCES= init.c \
  21. init.rc
  22. UMTYPE=console
  23. UMENTRY=main
  24. USE_MSVCRT=1