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.

60 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 1995-2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Domain Name System (DNS) Server -- DnsAddDp
  7. Command line tool sans UI that instructs the local DNS server to use
  8. the credentials of the user running DnsAddDp.exe to create built-in
  9. directory partitions.
  10. Author:
  11. Jeff Westhead (jwesth) April 2001
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=dns
  15. MINORCOMP=DnsAddDp
  16. TARGETNAME=DnsAddDp
  17. TARGETPATH=obj
  18. TARGETTYPE=PROGRAM
  19. USE_MSVCRT=1
  20. INCLUDES=..\..\pinc;..\idl;..\idl\$(O);..\server;$(NET_INC_PATH);
  21. SOURCES= \
  22. dnsrpc_c_stub.c \
  23. DnsAddDp.c \
  24. DnsAddDp.rc
  25. C_DEFINES=-DRPC_NO_WINDOWS_H
  26. UMTYPE=windows
  27. UMENTRY=winmain
  28. UMLIBS= \
  29. $(SDK_LIB_PATH)\dnsapi.lib \
  30. $(SDK_LIB_PATH)\ws2_32.lib \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\ntdll.lib \
  34. $(SDK_LIB_PATH)\netapi32.lib \
  35. $(SDK_LIB_PATH)\rpcutil.lib \
  36. $(SDK_LIB_PATH)\rpcrt4.lib \
  37. $(SDK_LIB_PATH)\dnslib.lib \
  38. $(SDK_LIB_PATH)\dnsrpc.lib
  39. PRECOMPILED_CXX=1
  40. PRECOMPILED_INCLUDE=precomp.h