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.

66 lines
1.3 KiB

  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. #WIN32_LEAN_AND_MEAN=1
  18. MSC_WARNING_LEVEL=/W3
  19. USE_NATIVE_EH=1
  20. C_DEFINES=-DNT -DWINNT $(REGWIZ_COMMON_FLAGS)
  21. C_DEFINES=$(C_DEFINES) -DDEBUG -D_DEBUG
  22. NTDEBUG=ntsd
  23. NTDEBUGTYPE=both
  24. MSC_OPTIMIZATION=/Odi
  25. USE_LIBCMT=1
  26. #USER_C_FLAGS= $(REGWIZ_COMMON_FLAGS)
  27. UMTYPE=windows
  28. TARGETNAME=PhBookLib
  29. TARGETPATH=obj
  30. TARGETTYPE=LIBRARY
  31. TARGETLIBS=..\Phone1\obj\*\Phbk.lib
  32. REGWIZ_INCLUDES= ..\include;..\Res;..\PhBookLib
  33. INCLUDES=..\inc;..\..\..\..\inc;$(BASEDIR)\public\sdk\inc;$(BASEDIR)\public\sdk\inc\crt;
  34. #
  35. # Setup for application developer to set breakpoints with windbg
  36. #
  37. #NTDEBUGTYPE=both
  38. SOURCES=CCSV.CPP \
  39. DEBUG.CPP \
  40. Main.CPP \
  41. MISC.CPP \
  42. RNAAPI.CPP \
  43. SUAPI.CPP \
  44. PhBk.cpp