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.

36 lines
725 B

  1. MAJORCOMP=ntos
  2. MINORCOMP=dd
  3. TARGETNAME=ser71051
  4. TARGETPATH=obj
  5. TARGETTYPE=DRIVER
  6. USE_MAPSYM=1
  7. INCLUDES=$(BASEDIR)\private\ntos\inc;..\
  8. SOURCES=..\error.c \
  9. ..\flush.c \
  10. ..\immediat.c \
  11. ..\initunlo.c \
  12. ..\ioctl.c \
  13. ..\isr.c \
  14. ..\modmflow.c \
  15. ..\openclos.c \
  16. ..\purge.c \
  17. ..\qsfile.c \
  18. ..\read.c \
  19. ..\serial.rc \
  20. ..\utils.c \
  21. ..\waitmask.c \
  22. ..\write.c \
  23. ..\pnp.c \
  24. ..\registry.c \
  25. ..\legacy.c \
  26. ..\wmi.c \
  27. ..\power.c \
  28. ..\serlog.mc
  29. PRECOMPILED_INCLUDE=..\precomp.h
  30. PRECOMPILED_PCH=precomp.pch
  31. PRECOMPILED_OBJ=precomp.obj