Displaying 1 result from an estimated 1 matches for "libgnurx".
Did you mean:
libgnu
2011 Mar 18
0
[nut-commits] svn commit r2946 - in branches/windows_port/scripts/Windows/Installer: . ImageFiles/Others
...ian.org>:
> +REM copy DLL files from system
> +copy /Y c:\mingw\msys\1.0\bin\msys-1.0.dll .\ImageFiles\Others
> +copy /Y c:\mingw\msys\1.0\bin\msys-crypto-1.0.0.dll .\ImageFiles\Others
> +copy /Y c:\mingw\msys\1.0\bin\msys-ssl-1.0.0.dll .\ImageFiles\Others
> +copy /Y c:\mingw\bin\libgnurx-0.dll .\ImageFiles\Others
How can we be sure that these files are located in the
c:\mingw\msys\1.0\bin\ and c:\mingw\bin\ directories? Or even that
this directories exists at all? If someone decides to install this in
a different location, we're toast. When it is impossible to autodetect...