From 155158cffcaf97d30b2afc18f1a5391a0fa1e613 Mon Sep 17 00:00:00 2001 From: Mikhalkovich Stanislav Date: Sat, 23 Dec 2023 12:48:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20School=20=D0=B2=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8=D0=B9?= =?UTF-8?q?=20rtl.dll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Compiler/Compiler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiler/Compiler.cs b/Compiler/Compiler.cs index b69984596..30833726d 100644 --- a/Compiler/Compiler.cs +++ b/Compiler/Compiler.cs @@ -3421,7 +3421,7 @@ namespace PascalABCCompiler string fileNameWithoutExtension = Path.GetFileNameWithoutExtension(fileName); // оставить только PT4 и протестировать - string[] standardFilesExcludedFromRTL = new string[] { "PT4", "CRT", "Arrays", "MPI", "Collections", "Core"}; + string[] standardFilesExcludedFromRTL = new string[] { "PT4", "School", "CRT", "Arrays", "MPI", "Collections", "Core"}; bool includeInRTL = standardFilesExcludedFromRTL.All(file => !file.Equals(fileNameWithoutExtension, StringComparison.CurrentCultureIgnoreCase));