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.

28 lines
488 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. MAJORCOMP=CryptoFlex
  6. MINORCOMP=SCardLib
  7. SLB_ROOT=..
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
  10. TARGETTYPE=LIBRARY
  11. # Building a static library
  12. SOURCES=\
  13. buffers.cpp \
  14. registry.cpp \
  15. text.cpp \
  16. misc.cpp \
  17. noncom.cpp
  18. # Use C++ Exception Handling
  19. USE_NATIVE_EH=1
  20. USE_CV=1