Source code of Windows XP (NT5)
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.

42 lines
491 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 2001
  3. Module Name:
  4. sources
  5. Abstract:
  6. Author:
  7. Dan Griffin
  8. Revision History:
  9. 1/9/01 Created
  10. !ENDIF
  11. TARGETNAME=pincache
  12. TARGETPATH=obj
  13. TARGETTYPE=LIBRARY
  14. INCLUDES= $(NTINCLUDES); \
  15. $(DS_INC_PATH)
  16. C_DEFINES=$(C_DEFINES)
  17. !ifdef TEST_DEBUG
  18. C_DEFINES=$(C_DEFINES) -DTEST_DEBUG
  19. !endif
  20. UMTYPE=console
  21. SOURCES= \
  22. pincache.c
  23. C_DEFINES=$(C_DEFINES)
  24. MISCFILES=..\Smart_card_CSPs.sld