Source code of Windows XP (NT5)
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.

73 lines
1.5 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. RDR2=$(BASEDIR)\private\ntos\rdr2
  15. !INCLUDE $(RDR2)\rdbss\master.src
  16. MAJORCOMP=ntos
  17. MINORCOMP=reflctor
  18. TARGETNAME=reflctor
  19. TARGETPATH=obj
  20. TARGETTYPE=EXPORT_DRIVER
  21. SYNCHRONIZE_DRAIN=1
  22. INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\rdr2\inc;
  23. INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\rdr2\rdbss\inc;
  24. INCLUDES=$(INCLUDES);$(BASEDIR)\private\ntos\inc;
  25. INCLUDES=$(INCLUDES);..;
  26. TARGETLIBS=\
  27. $(RDR2)\rdbss\daytona\$(O)\rdbss.lib \
  28. $(DDK_LIB_PATH)\ksecdd.lib
  29. MSC_WARNING_LEVEL=/W3 /WX
  30. C_DEFINES= $(C_DEFINES) -DEXPLODE_POOLTAGS
  31. !IF $(MONOLITHIC_MINIRDR)
  32. C_DEFINES=$(C_DEFINES) -DMONOLITHIC_MINIRDR
  33. !ENDIF
  34. MOST_SOURCES= \
  35. ..\asynceng.c \
  36. ..\devfcb.c \
  37. ..\ea.c \
  38. ..\fileinfo.c \
  39. ..\fsctl.c \
  40. ..\init.c \
  41. ..\innerio.c \
  42. ..\locks.c \
  43. ..\netroot.c \
  44. ..\openclos.c \
  45. ..\querydir.c \
  46. ..\read.c \
  47. ..\srvcall.c \
  48. ..\stubs.c \
  49. ..\write.c \
  50. PRECOMPILED_INCLUDE=..\precomp.h
  51. PRECOMPILED_PCH=precomp.pch
  52. PRECOMPILED_OBJ=precomp.obj
  53. DLLDEF=$(O)\reflctor.def