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.

51 lines
994 B

  1. !IF 0
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Build ntrepl\test\frs
  7. Utility that uses the NtFrsApi.
  8. Author:
  9. Billy J. Fuller 12-Jan-98
  10. !ENDIF
  11. MAJORCOMP=ntrepl
  12. MINORCOMP=frs
  13. TARGETNAME=frs
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. INCLUDES=..\..\inc; \
  17. ..\..\idl\$(O); \
  18. $(PROJECT_ROOT)\netapi\inc; \
  19. $(SDK_INC_PATH); \
  20. $(NET_INC_PATH); \
  21. $(DS_INC_PATH)\crypto
  22. C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  23. TARGETLIBS=\
  24. $(SDK_LIB_PATH)\wldap32.lib \
  25. $(SDK_LIB_PATH)\netapi32.lib \
  26. $(SDK_LIB_PATH)\rpcrt4.lib \
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(SDK_LIB_PATH)\ws2_32.lib \
  29. $(SDK_LIB_PATH)\ntdsapi.lib \
  30. $(SDK_LIB_PATH)\ntfrsapi.lib \
  31. $(SDK_LIB_PATH)\ntdll.lib
  32. SOURCES=\
  33. frs.c \
  34. version.rc
  35. UMTYPE=console