unit IDE.Messages; { Inno Setup Copyright (C) 1997-2024 Jordan Russell Portions by Martijn Laan For conditions of distribution and use, see LICENSE.TXT. Compiler IDE Messages Some but not all language-specific text used by the Compiler IDE is in here. } interface const SNewLine = #13#10; { line break } SNewLine2 = #13#10#13#10; { double line break } { Compiler-specific messages } SCompilerCommandLineHelp3 = 'Command line usage:' + SNewLine + SNewLine + 'compil32 /cc