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.

38 lines
594 B

  1. !IF 0
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Build ntrepl\test\mftdump
  7. !ENDIF
  8. MAJORCOMP=ntrepl
  9. MINORCOMP=mftdump
  10. TARGETNAME=mftdump
  11. TARGETPATH=obj
  12. TARGETTYPE=PROGRAM
  13. INCLUDES=..\..\inc; \
  14. $(SDK_INC_PATH); \
  15. $(NET_INC_PATH);
  16. C_DEFINES=$(C_DEFINES) -D_UNICODE=1 -DUNICODE=1 -DLDAP_UNICODE=1 -DDBG=1
  17. TARGETLIBS=\
  18. $(SDK_LIB_PATH)\user32.lib \
  19. $(SDK_LIB_PATH)\ntdll.lib
  20. SOURCES=\
  21. mftdump.c \
  22. version.rc
  23. UMTYPE=console