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.

31 lines
523 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=cdrom
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER
  9. TARGETLIBS=\
  10. $(DDK_LIB_PATH)\classpnp.lib \
  11. $(DDK_LIB_PATH)\ntoskrnl.lib
  12. INCLUDES=..\inc;..\..\inc
  13. SOURCES=\
  14. data.c \
  15. cdrom.c \
  16. ioctl.c \
  17. mmc.c \
  18. scsicdrm.rc \
  19. sec.c
  20. RUN_WPP=$(SOURCES)\
  21. -km\
  22. -func:TraceLog((LEVEL,MSG,...))