Changeset 11580 in josm for trunk/windows/josm.nsi
- Timestamp:
- 2017-02-18T12:56:44+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/windows/josm.nsi
r11467 r11580 299 299 File "../../dist/turnrestrictions.jar" 300 300 StrCpy $plugins "$plugins<entry value='turnrestrictions'/>" 301 SectionEnd302 303 Section $(JOSM_SEC_WMS) SecWMS304 ;-------------------------------------------305 SectionIn 1 2306 SetShellVarContext current307 SetOutPath $INSTDIR\imageformats308 File "webkit-image\imageformats\qjpeg4.dll"309 SetOutPath $INSTDIR310 File "webkit-image\mingwm10.dll"311 File "webkit-image\QtCore4.dll"312 File "webkit-image\QtGui4.dll"313 File "webkit-image\QtNetwork4.dll"314 File "webkit-image\QtWebKit4.dll"315 File "webkit-image\webkit-image.exe"316 301 SectionEnd 317 302 … … 456 441 !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} $(JOSM_SECDESC_PLUGINS_GROUP) 457 442 !insertmacro MUI_DESCRIPTION_TEXT ${SecTurnrestrictionsPlugin} $(JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN) 458 !insertmacro MUI_DESCRIPTION_TEXT ${SecWMS} $(JOSM_SECDESC_WMS)459 443 !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} $(JOSM_SECDESC_STARTMENU) 460 444 !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} $(JOSM_SECDESC_DESKTOP_ICON)
Note:
See TracChangeset
for help on using the changeset viewer.