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
592 B

  1. #
  2. # Create an MCI handler DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=drawdib
  7. TARGETPATH=..\lib
  8. TARGETTYPE=LIBRARY
  9. UMTYPE=windows
  10. C_DEFINES=-DWIN32 -DUNICODE
  11. # Define libs we need and where to find them
  12. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  13. $(SDK_LIB_PATH)\libc.lib \
  14. $(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\gdi32.lib \
  16. $(SDK_LIB_PATH)\winmm.lib
  17. INCLUDES=..\inc;\nt\public\sdk\inc;\nt\public\sdk\inc\crt
  18. SOURCES= dith775.c \
  19. dither.c \
  20. drawdib.c \
  21. profdisp.c \
  22. stretchc.c