From: DeaDDooMER Date: Fri, 26 Jul 2019 21:29:50 +0000 (+0300) Subject: add Meta for CPfront X-Git-Url: https://deadsoftware.ru/gitweb?p=cpc.git;a=commitdiff_plain;h=93977e13331ea5aad914941a616165d4a3cddc8b add Meta for CPfront --- diff --git a/make.sh b/make.sh index c0de9df..7626314 100755 --- a/make.sh +++ b/make.sh @@ -182,11 +182,10 @@ compile_all() { fi compile System/Mod/Kernel.cp \ System/Mod/Console.odc System/Mod/Files.odc System/Mod/Dates.odc \ - System/Mod/Log.odc System/Mod/Strings.odc System/Mod/Services.odc \ - System/Mod/Integers.odc + System/Mod/Log.odc System/Mod/Strings.odc System/Mod/Meta.odc \ + System/Mod/Services.odc System/Mod/Integers.odc if [ "$_target" = "native" ]; then - compile System/Mod/Meta.odc mv -t System Code Sym fi diff --git a/src/native/generic/System/Mod/Meta.odc b/src/generic/System/Mod/Meta.odc similarity index 100% rename from src/native/generic/System/Mod/Meta.odc rename to src/generic/System/Mod/Meta.odc