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.

55 lines
1004 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. Build the File Replication Service (FRS) executable.
  7. Author:
  8. 14-Mar-97 Billy Fuller
  9. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  10. $(SDK_LIB_PATH)\ntdsatq.lib \
  11. !ENDIF
  12. TARGETNAME=AttackFrs
  13. TARGETPATH=obj
  14. TARGETTYPE=PROGRAM
  15. C_DEFINES=$(C_DEFINES) -DUNICODE=1 -D_UNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  16. TARGETLIBS=\
  17. $(SDK_LIB_PATH)\wldap32.lib \
  18. $(SDK_LIB_PATH)\netapi32.lib \
  19. $(SDK_LIB_PATH)\esent.lib \
  20. $(SDK_LIB_PATH)\rpcrt4.lib \
  21. $(SDK_LIB_PATH)\rpcns4.lib \
  22. $(SDK_LIB_PATH)\dbghelp.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\ntdll.lib \
  25. INCLUDES=..\inc;..\idl\$(O); \
  26. ..\ntfrsres\$(O); \
  27. $(NET_INC_PATH); \
  28. $(DS_INC_PATH)\crypto
  29. USE_MSVCRT=1
  30. UMTYPE=console
  31. SOURCES=\
  32. attack.c \
  33. frscomm.c