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.

46 lines
1.0 KiB

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