pascalabcnet/ReleaseGenerators/sect_PABCNETC.nsh

15 lines
409 B
Plaintext
Raw Normal View History

2015-05-14 22:35:07 +03:00
 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