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.

39 lines
643 B

  1. !if 0
  2. Copyright (c) 1992-1996 Microsoft Corporation
  3. !endif
  4. #
  5. # Create MMDRV.DLL - Generic kernel multimedia device driver handler
  6. #
  7. MAJORCOMP=windows
  8. MINORCOMP=winmm
  9. TARGETNAME=mmdrv
  10. TARGETPATH=obj
  11. TARGETTYPE=DYNLINK
  12. UMTYPE=windows
  13. NTPROFILEINPUT=yes
  14. # Define libs we need and where to find them
  15. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  16. $(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\winmm.lib
  18. SOURCES=mmdrv.c \
  19. wavedd.c \
  20. mididd.c \
  21. auxdd.c \
  22. drvutil.c \
  23. mmdrv.rc
  24. USE_NTDLL=1
  25. # Set up the entry point
  26. DLLENTRY=DllInstanceInit
  27. UMRES=$(O)\mmdrv.res