2015-05-14 22:35:07 +03:00
|
|
|
!include sect_Core.nsh
|
|
|
|
|
|
|
|
|
|
SectionGroup $(DESC_InputLanguages) Languages
|
|
|
|
|
!include sect_PascalABCParser.nsh
|
2025-08-31 17:21:18 +03:00
|
|
|
!include sect_SPythonParser.nsh
|
2015-05-14 22:35:07 +03:00
|
|
|
SectionGroupEnd
|
|
|
|
|
|
|
|
|
|
SectionGroup $(DESC_Envr) Envr
|
|
|
|
|
!include sect_PABCNETC.nsh
|
|
|
|
|
!include sect_VisualPABCNET.nsh
|
|
|
|
|
SectionGroup $(DESC_Plugins) Plugins
|
|
|
|
|
!include sect_PluginInternalErrorReport.nsh
|
|
|
|
|
;!include sect_HelpBuilder.nsh
|
|
|
|
|
; !include sect_PluginSTV.nsh
|
|
|
|
|
SectionGroupEnd
|
|
|
|
|
SectionGroupEnd
|
|
|
|
|
|
|
|
|
|
!include sect_PT4.nsh
|
|
|
|
|
|
2018-08-03 11:41:25 +03:00
|
|
|
!include sect_Files.nsh
|
|
|
|
|
|
2015-05-14 22:35:07 +03:00
|
|
|
!include sect_Samples.nsh
|
|
|
|
|
|
|
|
|
|
SectionGroup $(DESC_Localization) Localization
|
|
|
|
|
!include sect_LocRus.nsh
|
|
|
|
|
!include sect_LocEng.nsh
|
2017-07-21 21:54:32 +03:00
|
|
|
!include sect_LocUkr.nsh
|
2015-05-14 22:35:07 +03:00
|
|
|
SectionGroupEnd
|
|
|
|
|
|
|
|
|
|
|