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.

32 lines
521 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1998 - 1999
  3. Module Name:
  4. sources.
  5. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  6. !ENDIF
  7. MAJORCOMP=SLBCSP
  8. MINORCOMP=slbModVer
  9. SLB_ROOT=..
  10. TARGETNAME=$(MINORCOMP)
  11. TARGETPATH=$(SLB_ROOT)\lib\$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. INCLUDES= \
  14. $(SLB_ROOT)\scardlib
  15. SOURCES=ModVer.cpp
  16. # Use C++ Exception Handling
  17. USE_NATIVE_EH=1
  18. C_DEFINES=$(C_DEFINES) -DCOM_NO_WINDOWS_H -DSCARD_NO_COM -D_UNICODE -DUNICODE
  19. USE_MSVCRT=1
  20. USE_MFCUNICODE=1
  21. USE_CV=1