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.

53 lines
1.1 KiB

  1. #
  2. # Create MSVFW32.DLL
  3. #
  4. # This contains the output from COMPMAN, DRAWDIB, and MCIWND as well as
  5. # the VIDEO subdirectories
  6. #
  7. # Note: vfw32.lib is built in the avi\vfwlib directory
  8. MAJORCOMP=windows
  9. MINORCOMP=avi
  10. TARGETNAME=msvfw32
  11. TARGETPATH=obj
  12. TARGETTYPE=DYNLINK
  13. UMTYPE=windows
  14. LINKLIBS=..\compman\$(O)\compman.lib \
  15. ..\drawdib\$(O)\drawdib.lib \
  16. ..\mciwnd\$(O)\mciwnd.lib
  17. DLLDEF=msvfw32.def
  18. EXPECTED_WINVER=4.00
  19. NTPROFILEINPUT=yes
  20. SYNCHRONIZE_DRAIN=1
  21. C_DEFINES=-DUNICODE -DVFW
  22. WINVER_VERSION=0x0400
  23. # Define libs we need and where to find them
  24. USE_NTDLL=1
  25. TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\gdi32.lib \
  28. $(SDK_LIB_PATH)\winmm.lib \
  29. $(SDK_LIB_PATH)\advapi32.lib \
  30. $(SDK_LIB_PATH)\shell32.lib \
  31. $(SDK_LIB_PATH)\comctl32.lib \
  32. $(SDK_LIB_PATH)\mpr.lib
  33. ## $(WINDOWS_LIB_PATH)\dciman32.lib
  34. INCLUDES=..\inc;..\..\verinfo\usa;..\..\inc;..\compman
  35. SOURCES=init.c \
  36. profile.c \
  37. debug.c \
  38. msvideo.rc
  39. DLLENTRY=DLLEntryPoint
  40. DLLBASE=0x1c100000