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.

52 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Build ntrepl\ntfrsutl
  7. Utility to dump dynamic state of frs service.
  8. Author:
  9. Sudarshan Chitre 12th Aug 1999
  10. !ENDIF
  11. MAJORCOMP=ntrepl
  12. MINORCOMP=ntfrsutl
  13. TARGETNAME=ntfrsutl
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  17. TARGETLIBS=\
  18. $(SDK_LIB_PATH)\wldap32.lib \
  19. $(SDK_LIB_PATH)\netapi32.lib \
  20. $(SDK_LIB_PATH)\rpcrt4.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\ws2_32.lib \
  23. $(SDK_LIB_PATH)\ntdsapi.lib \
  24. $(SDK_LIB_PATH)\ntfrsapi.lib \
  25. $(SDK_LIB_PATH)\ntdll.lib
  26. INCLUDES=..\inc;..\idl;..\idl\$(O); \
  27. ..\ntfrsres\$(O); \
  28. $(NET_INC_PATH); \
  29. $(PROJECT_ROOT)\netapi\inc; \
  30. $(DS_INC_PATH)\crypto;
  31. USE_MSVCRT=1
  32. UMTYPE=console
  33. SOURCES= \
  34. ntfrsutl.c \
  35. version.rc