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.

58 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Domain Name System (DNS) Server
  7. Sources file for binplacing DNS samples file.
  8. Note, the real action here is in makefile.inc which specifies the
  9. binplacing of the sample files. Its execution is caused by the
  10. sample.bin target below. Note, that the dummy C-file exists only
  11. because build requires an actual target in the sources file.
  12. Author:
  13. Ram Viswanathan (ramv) March 1997
  14. Revision History:
  15. !ENDIF
  16. USE_MSVCRT=1
  17. !IFDEF WINDBG
  18. NTDEBUG=ntsd
  19. NTDEBUGTYPE=both
  20. !ENDIF
  21. TARGETNAME=clntreg
  22. TARGETPATH=obj
  23. TARGETTYPE=PROGRAM
  24. INCLUDES=.;
  25. SOURCES= clntreg.c
  26. TARGETLIBS = \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\comdlg32.lib \
  29. $(SDK_LIB_PATH)\kernel32.lib \
  30. $(SDK_LIB_PATH)\shell32.lib \
  31. $(SDK_LIB_PATH)\user32.lib \
  32. $(SDK_LIB_PATH)\samlib.lib \
  33. $(SDK_LIB_PATH)\ntdll.lib \
  34. $(SDK_LIB_PATH)\dnsapi.lib \
  35. UMTYPE=console
  36. UMENTRY=main