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.

77 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System (DNS) Library
  7. Sources file for building DNS library.
  8. Author:
  9. Jim Gilroy (jamesg) December 1996
  10. Revision History:
  11. !ENDIF
  12. MAJORCOMP=dns
  13. MINORCOMP=dnslib
  14. UMTYPE=windows
  15. SUBSYSTEM_VERSION=4.0
  16. TARGETNAME=dnslib
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. USE_MSVCRT=1
  20. !IFDEF WINDBG
  21. NTDEBUG=ntsd
  22. NTDEBUGTYPE=windbg
  23. !ENDIF
  24. PRECOMPILED_INCLUDE=local.h
  25. INCLUDES=..\pinc;
  26. SOURCES= \
  27. addr.c \
  28. debug.c \
  29. dnsutil.c \
  30. flatbuf.c \
  31. heapdbg.c \
  32. hostent.c \
  33. iparray.c \
  34. memory.c \
  35. name.c \
  36. print.c \
  37. record.c \
  38. rralloc.c \
  39. rrbuild.c \
  40. rrcopy.c \
  41. rrcomp.c \
  42. rrlist.c \
  43. rrprint.c \
  44. rrread.c \
  45. rrsort.c \
  46. rrwrite.c \
  47. secutil.c \
  48. security.c \
  49. straddr.c \
  50. string.c \
  51. table.c \
  52. timer.c \
  53. utf8.c \
  54. C_DEFINES=-DRPC_NO_WINDOWS_H
  55. C_DEFINES=$(C_DEFINES) -DBETA2COMPAT
  56. PASS1_PUBLISH= \
  57. {$(O)\dnslib.lib=$(SDK_LIB_PATH)\dnslib.lib}