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.

48 lines
785 B

  1. !IF 0
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Domain Name System (DNS) Server -- Setup Program
  7. Sources file for building DNS server.
  8. This file specifies the target component being built and the list of
  9. sources files needed to build that component. Also specifies optional
  10. compiler switches and libraries that are unique for the component being
  11. built.
  12. Author:
  13. Jim Gilroy (jamesg) May 1995
  14. !ENDIF
  15. MAJORCOMP=tcpcmd
  16. MINORCOMP=dnssetup
  17. TARGETNAME=dnssetup
  18. TARGETPATH=obj
  19. TARGETTYPE=UMAPPL_NOLIB
  20. USE_MSVCRT=1
  21. SUBSYSTEM_VERSION=3.51
  22. INCLUDES=..\common;
  23. SOURCES= dnssetup.rc
  24. UMTYPE=console
  25. UMAPPL=dnssetup
  26. UMLIBS= $(SDK_LIB_PATH)\wsock32.lib \
  27. $(SDK_LIB_PATH)\ntdll.lib
  28. UMRES=$(O)\dnssetup.res