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.

43 lines
541 B

  1. !IF 0
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System (DNS) Library
  7. Sources file for building DNS library.
  8. Author:
  9. Jim Gilroy (jamesg) December 1996
  10. Revision History:
  11. !ENDIF
  12. MAJORCOMP=dns
  13. MINORCOMP=dnslib
  14. UMTYPE=windows
  15. SUBSYSTEM_VERSION=4.0
  16. TARGETNAME=dnslib
  17. TARGETPATH=obj
  18. TARGETTYPE=LIBRARY
  19. TARGETLIBS=
  20. USE_MSVCRT=1
  21. !IFDEF WINDBG
  22. NTDEBUG=ntsd
  23. NTDEBUGTYPE=both
  24. !ENDIF
  25. SOURCES= dnslib.c
  26. C_DEFINES=-DRPC_NO_WINDOWS_H