Arjen de Korte
2011-Mar-18 14:35 UTC
[Nut-upsdev] [nut-commits] svn commit r2946 - in branches/windows_port/scripts/Windows/Installer: . ImageFiles/Others
Citeren Frederic BOHE <fbohe-guest op alioth.debian.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\OthersHow 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 these paths, they should at least be configurable. Best regards, Arjen -- Please keep list traffic on the list (off-list replies will be rejected)
Possibly Parallel Threads
- [nut-commits] svn commit r2940 - in branches/windows_port/scripts/Windows/Installer
- [nut-commits] svn commit r2705 - branches/windows_port/drivers
- [nut-commits] svn commit r2853 - in branches/windows_port: drivers include
- [nut-commits] svn commit r2839 - branches/windows_port/scripts/Windows
- [nut-commits] svn commit r3554 - branches/windows_port/common