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.

28 lines
486 B

  1. #
  2. # Create an MCI handler DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=mci
  6. TARGETNAME=mcipnr32
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. # Define libs we need and where to find them
  11. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\winmm.lib
  14. C_DEFINES=-DWIN32 -DUNICODE
  15. SOURCES=mcipionr.c \
  16. pioncnfg.c \
  17. piondrvr.c \
  18. ntcomm.c \
  19. mcipionr.rc
  20. DLLENTRY=DllInstanceInit
  21. DLLBASE=0x68300000