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.

29 lines
544 B

  1. #
  2. # Create an MCI handler DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=drawdib
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. UMTYPE=windows
  10. ##C_DEFINES=-DUNICODE -DVFW -DUSE_DCI
  11. C_DEFINES=-DUNICODE -DVFW
  12. # Define libs we need and where to find them
  13. INCLUDES=..\inc;dva;..\..\inc;..\video
  14. SOURCES= dith666.c \
  15. dither.c \
  16. drawdib.c \
  17. profdisp.c \
  18. setdi.c \
  19. lockbm.c \
  20. stretchc.c
  21. ##### ddsucks.c \ Redundant
  22. ##### dith775.c \ Alternative to dith775.c