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.

34 lines
572 B

  1. !if 0
  2. Copyright (c) 1994-1999 Microsoft Corporation
  3. !endif
  4. #
  5. # Create DRVLIB.LIB - Generic multimedia device driver library
  6. #
  7. TARGETNAME=drvlib
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
  11. #
  12. # Make sure drvlib is completely built before any other
  13. # component that relies on it begins
  14. #
  15. SYNCHRONIZE_BLOCK=1
  16. INCLUDES=inc;$(DDK_INC_PATH)
  17. SOURCES=reslist.c \
  18. reslist1.c \
  19. drvlib.c \
  20. registry.c \
  21. mixerdd.c \
  22. wavedd.c \
  23. mididd.c \
  24. auxdd.c \
  25. drvutil.c