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.

48 lines
714 B

  1. !IF 0
  2. Copyright (c) 1998-2000 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System (DNS) Debug extensions.
  7. Sources file for building dnsexts.dll
  8. Author:
  9. Revision History:
  10. !ENDIF
  11. MAJORCOMP=dns
  12. MINORCOMP=dnsexts
  13. TARGETNAME=dnsexts
  14. TARGETPATH=obj
  15. TARGETTYPE=DYNLINK
  16. INCLUDES=..\pinc;..\server\inc;..\server\server;..\dnslib;
  17. DLLDEF=$(O)\dnsexts.def
  18. DLLENTRY=_DllMainCRTStartup
  19. TARGETLIBS= \
  20. $(SDK_LIB_PATH)\advapi32.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\ntdll.lib
  23. SOURCES= \
  24. version.rc \
  25. dnsexts.cxx \
  26. dump.cxx \
  27. util.cxx
  28. C_DEFINES=$(C_DEFINES)