Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sat, 02 Jul 2016 12:46:05 UTC Commit: acd4a92199e03b65a3f099cdc785bae89e379f20 https://github.com/geany/geany/commit/acd4a92199e03b65a3f099cdc785bae89e379f...
Log Message: ----------- Windows installer: Add C runtime libraries to default installation
While the installation of the GTK runtime environment is optional, we need the C runtime environment in every case and so install it unconditionally.
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).