Browse Source

Update Windows JackRouter.dll for latest API version.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3255 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.1
sletz 16 years ago
parent
commit
56821dbf07
2 changed files with 1 additions and 1 deletions
  1. BIN
      windows/Setup/JackRouter.dll
  2. +1
    -1
      windows/Setup/README

BIN
windows/Setup/JackRouter.dll View File


+ 1
- 1
windows/Setup/README View File

@@ -8,6 +8,6 @@ Just use : 'lib /DEF:libjackserver.def /OUT:libjackserver.lib' and 'lib /DEF:lib
Or you can also use dlltool, from mingw suite :
Just use : 'dlltool -l libjackserver.lib -D libjackserver.dll -d libjackserver.def' and 'dlltool -l libjack.lib -D libjack.dll -d libjack.def'
Once all binaries available, just execute the script in 'CreateInstall' to make 'setup.exe'.
Once all binaries are available, just execute the script in 'CreateInstall' to make 'setup.exe'.
The setup will copy all binaries to a specified folder, register the JackRouter (in order to have it in the ASIO drivers list) and create some shortcuts in the start menu.
It's a good and proper way to get jack installed on windows.

Loading…
Cancel
Save