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.

36 lines
637 B

  1. #
  2. # Create a codec DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=msrle32
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. DLLDEF=msrle32.def
  11. C_DEFINES=-DUNICODE -DVFW
  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)\advapi32.lib \
  16. $(SDK_LIB_PATH)\winmm.lib
  17. INCLUDES=..\inc;..\..\verinfo\usa;..\..\inc;..\video
  18. SOURCES= \
  19. drvproc.c \
  20. msrle.c \
  21. rlec.c \
  22. rle.c \
  23. profile.c \
  24. msrle.rc
  25. ## DLLENTRY=DLLEntryPoint NOT NEEDED
  26. DLLBASE=0x1c200000