Windows NT 4.0 source code leak
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.

16 lines
515 B

4 years ago
  1. #
  2. # Build the combined VFW library from the component libraries
  3. #
  4. #
  5. OUTPUT = $(_NTROOT)\public\sdk\lib\$(TARGET_DIRECTORY)
  6. all: $(OUTPUT)\vfw32.lib
  7. $(OUTPUT)\vfw32.lib: ..\lib\$(TARGET_DIRECTORY)\msvfw32.lib \
  8. ..\lib\$(TARGET_DIRECTORY)\avifil32.lib \
  9. ..\lib\$(TARGET_DIRECTORY)\avicap32.lib
  10. lib ..\lib\$(TARGET_DIRECTORY)\msvfw32.lib \
  11. ..\lib\$(TARGET_DIRECTORY)\avifil32.lib \
  12. ..\lib\$(TARGET_DIRECTORY)\avicap32.lib \
  13. /OUT:$(OUTPUT)\vfw32.lib