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.

53 lines
1.1 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 2001
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=CryptoAPI
  7. MINORCOMP=cardmod
  8. TARGETNAME=cardmod
  9. TARGETTYPE=DYNLINK
  10. TARGETPATH=..\bin\$(_OBJ_DIR)
  11. DLLENTRY=DllInitialize
  12. MSC_WARNING_LEVEL=/W4
  13. TARGETLIBS=\
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\ntdll.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\advapi32.lib \
  18. $(SDK_LIB_PATH)\winscard.lib \
  19. $(SECURITY_LIB_PATH)\dsysdbg.lib\
  20. ..\bin\$(O)\wpscprox.lib \
  21. $(DS_LIB_PATH)\rsa32.lib \
  22. $(SDK_LIB_PATH)\psapi.lib
  23. INCLUDES=\
  24. $(NTINCLUDES); \
  25. ..\inc; \
  26. ..\..\pincache; \
  27. $(SECURITY_INC); \
  28. ..\wpscprox; \
  29. ..\wpscprox\$(O); \
  30. $(DS_INC_PATH)\crypto
  31. SOURCES=\
  32. cardmod.c \
  33. debug.c \
  34. filename.c
  35. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  36. UMTYPE=console
  37. USE_NTDLL=1