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.

42 lines
675 B

  1. !if 0
  2. Copyright (c) 1992-1996 Microsoft Corporation
  3. !endif
  4. #
  5. # Create MCISEQ.DLL
  6. #
  7. MAJORCOMP=media
  8. MINORCOMP=mciseq
  9. TARGETNAME=mciseq
  10. TARGETPATH=obj
  11. TARGETTYPE=DYNLINK
  12. UMTYPE=windows
  13. USE_NTDLL=1
  14. NTPROFILEINPUT=yes
  15. # Define libs we need and where to find them
  16. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  17. $(SDK_LIB_PATH)\kernel32.lib\
  18. $(SDK_LIB_PATH)\winmm.lib
  19. C_DEFINES=-DWIN32
  20. SOURCES=list.c \
  21. mcicmds.c \
  22. mciseq.c \
  23. callback.c \
  24. formats.c \
  25. mmseq.c \
  26. util.c \
  27. debug.c \
  28. support.c \
  29. mciseq.rc
  30. # Set up the entry point
  31. DLLENTRY=DllInstanceInit