|
|
@ -142,6 +142,11 @@ SectionGroup "Auto-completion Files" autoCompletionComponent
|
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
|
|
|
File ".\APIs\autoit.xml"
|
|
|
|
File ".\APIs\autoit.xml"
|
|
|
|
${MementoSectionEnd}
|
|
|
|
${MementoSectionEnd}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${MementoSection} "COBOL" COBOL
|
|
|
|
|
|
|
|
SetOutPath "$INSTDIR\autoCompletion"
|
|
|
|
|
|
|
|
File ".\APIs\cobol.xml"
|
|
|
|
|
|
|
|
${MementoSectionEnd}
|
|
|
|
SectionGroupEnd
|
|
|
|
SectionGroupEnd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -247,4 +252,8 @@ SectionGroup un.autoCompletionComponent
|
|
|
|
Delete "$INSTDIR\autoCompletion\autoit.xml"
|
|
|
|
Delete "$INSTDIR\autoCompletion\autoit.xml"
|
|
|
|
SectionEnd
|
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Section un.cobol
|
|
|
|
|
|
|
|
Delete "$INSTDIR\autoCompletion\cobol.xml"
|
|
|
|
|
|
|
|
SectionEnd
|
|
|
|
|
|
|
|
|
|
|
|
SectionGroupEnd
|
|
|
|
SectionGroupEnd
|
|
|
|