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.

34 lines
722 B

  1. #
  2. # Create MCIWND.LIB - this is then linked into MSVFW32.DLL
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=avi
  6. TARGETNAME=mciwnd
  7. TARGETPATH=obj
  8. TARGETTYPE=LIBRARY
  9. UMTYPE=windows
  10. # for common controls
  11. EXPECTED_WINVER=4.0
  12. C_DEFINES=-DUNICODE -DVFW -DWINVER=0x0400
  13. # Define libs we need and where to find them
  14. #TARGETLIBS=$(SDK_LIB_PATH)\user32.lib \
  15. # $(SDK_LIB_PATH)\gdi32.lib \
  16. # $(SDK_LIB_PATH)\libc.lib \
  17. # $(SDK_LIB_PATH)\kernel32.lib \
  18. # $(SDK_LIB_PATH)\shell32.lib \
  19. # $(SDK_LIB_PATH)\mpr.lib \
  20. # $(SDK_LIB_PATH)\winmm.lib
  21. INCLUDES=..\inc;..\..\verinfo\usa;..\..\inc;..\video
  22. SOURCES=mciwnd.c \
  23. preview.c
  24. #DLLENTRY=DllInstanceInit
  25. DLLBASE=0x1c200000