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.

92 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System (DNS) API Dll
  7. Sources file for building dnsapi.dll
  8. Author:
  9. Jim Gilroy (jamesg) December 1996
  10. Revision History:
  11. !ENDIF
  12. SUBSYSTEM_VERSION=4.0
  13. TARGETNAME=dnsapi
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. USE_MAPSYM=1
  17. DLLENTRY=DnsDllInit
  18. DELAYLOAD=iphlpapi.dll;user32.dll
  19. DLOAD_ERROR_HANDLER=kernel32
  20. TARGETLIBS= \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\iphlpapi.lib \
  23. $(SDK_LIB_PATH)\kernel32.lib \
  24. $(SDK_LIB_PATH)\ws2_32.lib \
  25. $(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\ntdll.lib \
  27. $(SDK_LIB_PATH)\rpcrt4.lib \
  28. $(SDK_LIB_PATH)\dnslib.lib \
  29. $(NET_LIB_PATH)\sockreg.lib \
  30. ..\resolver\client\$(O)\dnscrcli.lib
  31. USE_MSVCRT=1
  32. C_DEFINES=-DRPC_NO_WINDOWS_H
  33. PRECOMPILED_INCLUDE=local.h
  34. INCLUDES= ..\pinc; \
  35. ..\dnslib; \
  36. ..\resolver\idl; \
  37. ..\resolver\idl\$(O); \
  38. $(NET_INC_PATH);
  39. SOURCES= \
  40. asyncreg.c \
  41. config.c \
  42. dll.c \
  43. dnsapi.c \
  44. dnsapi.mof \
  45. dynreg.c \
  46. event.c \
  47. export.c \
  48. faz.c \
  49. hostfile.c \
  50. iphelp.c \
  51. iplist.c \
  52. localip.c \
  53. logit.c \
  54. memory.c \
  55. netinfo.c \
  56. query.c \
  57. queue.c \
  58. packet.c \
  59. regfig.c \
  60. registry.c \
  61. resolver.c \
  62. send.c \
  63. servlist.c \
  64. socket.c \
  65. svccntl.c \
  66. trace.c \
  67. update.c \
  68. dnsapi.rc
  69. PASS1_PUBLISH= \
  70. {$(O)\dnsapi.lib=$(SDK_LIB_PATH)\dnsapi.lib}