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.

39 lines
673 B

  1. !IF 0
  2. Copyright (c) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System Server Sample Plugin Dll
  7. Author:
  8. Jeff Westhead jwesth January 2002
  9. Revision History:
  10. !ENDIF
  11. TARGETNAME=DnsPluginSample
  12. TARGETPATH=obj
  13. TARGETTYPE=DYNLINK
  14. TARGETLIBS= \
  15. $(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\ws2_32.lib \
  18. $(SDK_LIB_PATH)\ntdll.lib
  19. USE_MSVCRT=1
  20. PRECOMPILED_INCLUDE=DnsPluginSample.h
  21. PRECOMPILED_PCH=DnsPluginSampleHdr.pch
  22. PRECOMPILED_OBJ=DnsPluginSampleHdr.obj
  23. SOURCES= \
  24. DnsPluginSample.c