Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: GitHub noreply@github.com Date: Sat, 09 Jul 2016 21:40:13 UTC Commit: 1f915bd03a768d7e732bee18e934abd9d9bcad27 https://github.com/geany/geany/commit/1f915bd03a768d7e732bee18e934abd9d9bcad...
Log Message: ----------- Merge pull request #1108 from eht16/win32_installer_c_runtime
Windows installer: C and GTK runtime installation
Modified Paths: -------------- geany.nsi.in
Modified: geany.nsi.in 4 lines changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -132,6 +132,10 @@ Section "!Program Files" SEC01 SetOutPath "$INSTDIR\bin" File "${RESOURCEDIR}\bin\Geany.exe" File "${RESOURCEDIR}\bin*Geany*.dll" + # non-GTK dependencies + File "gtk\bin\libgcc_s_dw*.dll" + File "gtk\bin\libstdc++-*.dll" + File "gtk\bin\libwinpthread*.dll"
SetOutPath "$INSTDIR\data" File "${RESOURCEDIR}\data\GPL-2"
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).