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.

29 lines
584 B

  1. #
  2. # Create an MCI handler DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=dispdb32
  7. TARGETPATH=..\lib
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. DLLDEF=dispdb32.def
  11. C_DEFINES=-DWIN32 -DUNICODE -DVFW -DINC_OLE2
  12. # Define libs we need and where to find them
  13. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\gdi32.lib \
  16. $(SDK_LIB_PATH)\winmm.lib \
  17. $(SDK_LIB_PATH)\advapi32.lib \
  18. ..\lib\*\msvfw32.lib
  19. INCLUDES=..\inc;.\res\usa;..\..\verinfo\usa;..\..\inc
  20. SOURCES=dispdb32.c
  21. DLLBASE=0x66400000