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.

49 lines
875 B

  1. !IF 0
  2. Copyright (c) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System (DNS) dnsup.
  7. Sources file for building dnsup.exe
  8. Author:
  9. Jim Gilroy (jamesg) May 2001
  10. Revision History:
  11. !ENDIF
  12. TARGETNAME=dnsup
  13. TARGETTYPE=PROGRAM
  14. TARGETPATH=obj
  15. UMTYPE=console
  16. USE_MAPSYM=1
  17. USE_MSVCRT=1
  18. TARGETLIBS= \
  19. $(SDK_LIB_PATH)\advapi32.lib \
  20. $(SDK_LIB_PATH)\kernel32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\ws2_32.lib \
  23. $(SDK_LIB_PATH)\msvcrt.lib \
  24. $(NET_LIB_PATH)\sockreg.lib \
  25. $(SDK_LIB_PATH)\dnslib.lib \
  26. $(SDK_LIB_PATH)\ntdll.lib \
  27. $(SDK_LIB_PATH)\dnsapi.lib
  28. INCLUDES= ..\pinc; \
  29. ..\dnslib; \
  30. ..\resolver\idl; \
  31. ..\resolver\idl\$(O); \
  32. $(NET_INC_PATH);
  33. SOURCES= \
  34. dnsup.c