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.

40 lines
707 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2001
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=CryptoAPI
  7. CRYPT_ROOT=..\..
  8. MINORCOMP=cardintf
  9. TARGETNAME=cardintf
  10. TARGETTYPE=LIBRARY
  11. TARGETPATH=..\bin\$(_OBJ_DIR)
  12. TARGETLIBS=\
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\ntdll.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(SDK_LIB_PATH)\advapi32.lib
  17. INCLUDES=\
  18. $(NTINCLUDES); \
  19. ..\inc; \
  20. ..\..\pincache; \
  21. $(DS_INC_PATH)\crypto; \
  22. $(SECURITY_INC)
  23. SOURCES=\
  24. cardintf.c
  25. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DUSE_CSP_CACHING
  26. UMTYPE=console
  27. USE_NTDLL=1