pascalabcnet/ReleaseGenerators/sect_PluginInternalErrorReport.nsh

8 lines
311 B
Plaintext
Raw Normal View History

2015-05-14 22:35:07 +03:00
 Section $(DESC_INTERNAL_ERROR_REPORT) InternalErrorReport
SectionIn 1 2
SetOutPath "$INSTDIR"
File "..\bin\ICSharpCode.SharpZipLib.dll"
File "..\bin\InternalErrorReport.dll"
${AddFile} "ICSharpCode.SharpZipLib.dll"
${AddFile} "InternalErrorReport.dll"
SectionEnd