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.

35 lines
701 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=FsRtl
  3. TARGETNAME=FsRtl
  4. TARGETTYPE=LIBRARY
  5. TARGETPATH=obj
  6. BUILD_PRODUCES=ntosfsrtl$(NT_UP)
  7. INCLUDES=..;..\..\inc
  8. MSC_WARNING_LEVEL=/W4 /WX
  9. SOURCES=..\DbcsName.c \
  10. ..\FastIo.c \
  11. ..\FaultTol.c \
  12. ..\FileLock.c \
  13. ..\Filter.c \
  14. ..\FiltrCtx.c \
  15. ..\FsFilter.c \
  16. ..\FsRtlPc.c \
  17. ..\LargeMcb.c \
  18. ..\Name.c \
  19. ..\Notify.c \
  20. ..\Oplock.c \
  21. ..\PnP.c \
  22. ..\Unc.c \
  23. ..\Tunnel.c \
  24. ..\StackOvf.c
  25. PRECOMPILED_INCLUDE=..\fsrtlp.h
  26. PRECOMPILED_PCH=fsrtlp.pch
  27. PRECOMPILED_OBJ=fsrtlp.obj
  28. SOURCES_USED=..\sources.inc