浏览代码

excluded all Oberon packages for Bios32/64 platforms because currently the Release cannot correctly resolve "Oberon-"-prefixed object file names;

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8511 8c9fc860-2736-0410-a75d-ab315db34111
eth.morozova 6 年之前
父节点
当前提交
8aecc4a52a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      source/Release.Tool

+ 2 - 2
source/Release.Tool

@@ -131,7 +131,7 @@ BUILDS
 		COMPILEOPTIONS "-p=Bios32"
 		EXTENSION "Gof"
 		SYMBOLEXTENSION "Sym"
-		EXCLUDEPACKAGES "OberonVoyager OberonAnts"
+		EXCLUDEPACKAGES "Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
 		DISABLED "FALSE"
 	}
 	Bios32C {
@@ -147,7 +147,7 @@ BUILDS
 		COMPILEOPTIONS "-p=Bios64"
 		EXTENSION "Gof"
 		SYMBOLEXTENSION "Sym"
-		EXCLUDEPACKAGES "OberonVoyager OberonAnts"
+		EXCLUDEPACKAGES "Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
 		DISABLED "FALSE"
 	}
 	RPiC {