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.

42 lines
761 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=privs
  13. TARGETNAME=privs
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. INCLUDES=..\..\inc;$(SDK_INC_PATH)
  17. C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  18. TARGETLIBS=\
  19. $(SDK_LIB_PATH)\wldap32.lib \
  20. $(SDK_LIB_PATH)\netapi32.lib \
  21. $(SDK_LIB_PATH)\rpcrt4.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\ws2_32.lib \
  24. $(SDK_LIB_PATH)\ntdsapi.lib
  25. SOURCES=\
  26. privs.c \
  27. version.rc
  28. UMTYPE=console