pascalabcnet/ReleaseGenerators/sect_PABCNETC.nsh
Бондарев Иван e6e67c193c initial commit
2015-05-14 21:35:07 +02:00

15 lines
409 B
Plaintext

Section $(DESC_ConsoleCompiler) PABCNETC
SectionIn 1 2 RO
SetOutPath "$INSTDIR"
File "..\bin\pabcnetc.exe"
${AddFile} "pabcnetc.exe"
Push "pabcnetc.exe"
Call NGEN
File "..\bin\pabcnetcclear.exe"
${AddFile} "pabcnetcclear.exe"
Push "pabcnetcclear.exe"
Call NGEN
; CreateShortCut "$SMPROGRAMS\PascalABC.NET\pabcnetc.lnk" "$INSTDIR\pabcnetc.exe"
SectionEnd