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.

36 lines
571 B

  1. !IF 0
  2. Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
  3. File: source
  4. Owner: YanL
  5. Description:
  6. cdmlib.lib sources
  7. !ENDIF
  8. MAJORCOMP =WU
  9. MINORCOMP =cdmlib
  10. TARGETNAME=cdmlib
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=LIBRARY
  13. INCLUDES =.; ..\..\cdminc
  14. USE_STATIC_ATL=1
  15. #we'll define these in the ANSI and UNICODE dirs
  16. #C_DEFINES=/D_UNICODE /DUNICODE
  17. USE_MSVCRT=1
  18. SOURCES = \
  19. ..\download.cpp \
  20. ..\diamond.cpp \
  21. ..\findoem.cpp \
  22. ..\bucket.cpp \
  23. ..\DrvInfo.cpp \
  24. ..\newtrust.cpp \
  25. ..\calccrc.cpp \
  26. ..\usecrc.cpp \
  27. ..\log.cpp