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.

45 lines
901 B

  1. !IF 0
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Build ntrepl\test
  7. Author:
  8. Billy J. Fuller 7-Mar-97 (From Milan Shah (mikese) 10-Jan-96)
  9. NOTE:
  10. Commented description of this file is in \nt\bak\bin\sources.tpl
  11. !ENDIF
  12. MAJORCOMP=FRS
  13. MINORCOMP=DSTREE
  14. TARGETNAME=dstree
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. INCLUDES=..\..\inc;..\..\idl\$(O);$(SDK_INC_PATH);$(DS_INC_PATH)\crypto
  18. C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  19. TARGETLIBS=\
  20. $(SDK_LIB_PATH)\wldap32.lib \
  21. $(SDK_LIB_PATH)\netapi32.lib \
  22. $(SDK_LIB_PATH)\rpcrt4.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\ws2_32.lib \
  25. $(SDK_LIB_PATH)\ntdsapi.lib
  26. SOURCES= \
  27. dstree.cxx \
  28. version.rc
  29. USE_MSVCRT=1
  30. UMTYPE=console