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.

57 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. NtFrs Application Programmer's Interface
  7. apis for dcpromo that seed the sysvols during promotion and stop
  8. replication on the sysvols during demotion.
  9. apis for admin that poke the service
  10. Author:
  11. 30-Dec-97 Billy Fuller
  12. !ENDIF
  13. USE_MSVCRT=1
  14. TARGETNAME=ntfrsapi
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. DLLDEF=ntfrsapi.def
  18. DLLENTRY=NtFrsApi_Initialize
  19. INCLUDES=..\inc;..\idl\$(O); \
  20. $(NET_INC_PATH); \
  21. $(PROJECT_ROOT)\netapi\inc; \
  22. $(DS_INC_PATH)\crypto;
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\rpcrt4.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\netapi32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\wldap32.lib \
  30. ..\support\$(O)\frssup.lib
  31. C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  32. !IF "$(NTFRS_TEST)" == "1"
  33. C_DEFINES=$(C_DEFINES) -DNTFRS_TEST=1
  34. !ENDIF 0
  35. SOURCES=\
  36. ntfrsapi.c \
  37. frsapi_c_stub.c \
  38. version.rc
  39. PASS1_PUBLISH= \
  40. {$(O)\ntfrsapi.lib=$(SDK_LIB_PATH)\ntfrsapi.lib}