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.

15 lines
357 B

  1. #
  2. # Build the combined VFW library from the component libraries
  3. #
  4. #
  5. OUTPUT = $(O)
  6. VFW32_LIBS = ..\video\$(O)\msvfw32.lib \
  7. ..\avifile\$(O)\avifil32.lib \
  8. ..\avicap.io\$(O)\avicap32.lib
  9. all: $(OUTPUT)\vfw32.lib
  10. $(OUTPUT)\vfw32.lib: $(VFW32_LIBS)
  11. lib $(VFW32_LIBS) \
  12. /OUT:$(OUTPUT)\vfw32.lib -ignore:4006