ASIO to JACK driver for WINE
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.

23 lines
608B

  1. diff -p -u -r1.553 configure.ac
  2. --- configure.ac 29 Aug 2006 12:20:36 -0000 1.553
  3. +++ configure.ac 1 Sep 2006 02:31:19 -0000
  4. @@ -1714,6 +1714,7 @@ dlls/vnetbios.vxd/Makefile
  5. dlls/vtdapi.vxd/Makefile
  6. dlls/vwin32.vxd/Makefile
  7. dlls/w32skrnl/Makefile
  8. +dlls/wineasio/Makefile
  9. dlls/winecrt0/Makefile
  10. dlls/wined3d/Makefile
  11. dlls/winedos/Makefile
  12. diff -p -u -r1.320 Makefile.in
  13. --- dlls/Makefile.in 29 Aug 2006 12:20:36 -0000 1.320
  14. +++ dlls/Makefile.in 1 Sep 2006 02:31:19 -0000
  15. @@ -174,6 +174,7 @@ BASEDIRS = \
  16. vtdapi.vxd \
  17. vwin32.vxd \
  18. w32skrnl \
  19. + wineasio \
  20. winedos \
  21. winemp3.acm \
  22. wineps.drv \