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.

41 lines
699 B

  1. !if 0
  2. Copyright (c) 1991-1996 Microsoft Corporation
  3. !endif
  4. #
  5. # Create an MCI handler DLL
  6. #
  7. MAJORCOMP=windows
  8. MINORCOMP=mci
  9. TARGETNAME=mciwave
  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)\user32.lib \
  16. $(SDK_LIB_PATH)\kernel32.lib \
  17. $(SDK_LIB_PATH)\winmm.lib
  18. INCLUDES=..\..\inc;..\inc
  19. USE_NTDLL=1
  20. SOURCES=mwrec.c \
  21. mwinfo.c \
  22. mwplay.c \
  23. mciwave.c \
  24. drvproc.c \
  25. debug.c \
  26. config.c \
  27. support.c \
  28. mciwave.rc
  29. # Set up the entry point
  30. DLLENTRY=DllInstanceInit