Revision 96aa415e varia/scripts/create_windows_bundle.bat
| b/varia/scripts/create_windows_bundle.bat | ||
|---|---|---|
| 6 | 6 |
set QT_PLUGINS_DIR="C:\QtSDK\Desktop\Qt\4.8.0\mingw\plugins" |
| 7 | 7 |
set QT_TRANSLATIONS_DIR="C:\QtSDK\Desktop\Qt\4.8.0\mingw\translations" |
| 8 | 8 |
set QT_DEBUG_SUFFIX="" |
| 9 |
set ASPELL_DIR="C:\kadu\deps\aspell" |
|
| 9 |
set ASPELL_DIR="C:\kadu\deps\aspell-0.60.6-3kde" |
|
| 10 |
set ASPELL_DICT_DIR="C:\kadu\deps\aspell-0.60.6-3kde\lib\aspell-0.60" |
|
| 10 | 11 |
set LIBGADU_DIR="C:\kadu\deps\libgadu-1.12.0-pre" |
| 11 | 12 |
set LIBIDN_DIR="C:\kadu\deps\libidn-1.24-win32" |
| 12 | 13 |
set OPENSSL_DIR="C:\kadu\deps\openssl-0.9.8s" |
| ... | ... | |
| 166 | 167 |
xcopy %OPENSSL_DIR%\libssl32.dll %DESTINATION%\ /C /H /R /Y /Q |
| 167 | 168 |
|
| 168 | 169 |
ECHO Copying aspell |
| 169 |
xcopy %ASPELL_DIR%\data\* %DESTINATION%\aspell\data\ /C /H /R /Y /Q |
|
| 170 |
xcopy %ASPELL_DIR%\dict\* %DESTINATION%\aspell\dict\ /C /H /R /Y /Q |
|
| 171 |
xcopy %ASPELL_DIR%\bin\aspell-15.dll %DESTINATION%\ /C /H /R /Y /Q |
|
| 170 |
xcopy %ASPELL_DIR%\bin\libaspell.dll %DESTINATION%\ /C /H /R /Y /Q |
|
| 171 |
xcopy %ASPELL_DIR%\bin\libgcc_s_sjlj-1.dll %DESTINATION%\ /C /H /R /Y /Q |
|
| 172 |
xcopy %ASPELL_DIR%\bin\libiconv.dll %DESTINATION%\ /C /H /R /Y /Q |
|
| 173 |
xcopy %ASPELL_DICT_DIR%\* %DESTINATION%\aspell\ /C /H /R /Y /Q |
|
| 172 | 174 |
|
| 173 | 175 |
ECHO Copying libgadu |
| 174 | 176 |
xcopy %LIBGADU_DIR%\libgadu.dll %DESTINATION%\ /C /H /R /Y /Q |
Also available in: Unified diff