DEADSOFTWARE

add Meta for CPfront
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 26 Jul 2019 21:29:50 +0000 (00:29 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Fri, 26 Jul 2019 21:29:50 +0000 (00:29 +0300)
make.sh
src/generic/System/Mod/Meta.odc [moved from src/native/generic/System/Mod/Meta.odc with 100% similarity]

diff --git a/make.sh b/make.sh
index c0de9df21135b0fc5adf07c85f0eca39d5313daf..7626314d428cf63578604ff7a2ee95b0c1684815 100755 (executable)
--- 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