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.

53 lines
877 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name: PhBookLib
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author: Suresh Krishnan
  11. NOTE:
  12. !ENDIF
  13. MAJORCOMP=RegWiz
  14. MINORCOMP=PhBookLib
  15. REGWIZ_COMMON_FLAGS= $(REGWIZ_WITH_UCODE) -D_USRDLL -D_TAPI -D_WINDOWS -DWINNT -DNT
  16. NOT_LEAN_AND_MEAN=1
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. USE_NATIVE_EH=1
  19. C_DEFINES=$(REGWIZ_COMMON_FLAGS)
  20. !if !$(FREEBUILD)
  21. DEBUG_CRTS=1
  22. MSC_OPTIMIZATION=/Odi
  23. USE_LIBCMT=1
  24. !else
  25. USE_MSVCRT=1
  26. !endif
  27. UMTYPE=windows
  28. TARGETNAME=PhBookLib
  29. TARGETPATH=obj
  30. TARGETTYPE=LIBRARY
  31. INCLUDES=..\inc;
  32. SOURCES=CCSV.CPP \
  33. DEBUG.CPP \
  34. Main.CPP \
  35. MISC.CPP \
  36. RNAAPI.CPP \
  37. SUAPI.CPP \
  38. PhBk.cpp