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.

26 lines
411 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1996 - 1999
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=disk
  7. TARGETPATH=obj
  8. TARGETTYPE=DRIVER
  9. TARGETLIBS=$(DDK_LIB_PATH)\classpnp.lib
  10. INCLUDES=..\inc;..\..\inc;..\..\..\inc
  11. SOURCES=data.c \
  12. disk.c \
  13. diskwmi.c \
  14. disk.rc \
  15. enum.c \
  16. geometry.c \
  17. part.c \
  18. pnp.c