2
0
Эх сурвалжийг харах

Unified cooperative builds

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8107 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 жил өмнө
parent
commit
3dbd3943fc
1 өөрчлөгдсөн 4 нэмэгдсэн , 16 устгасан
  1. 4 16
      source/Release.Tool

+ 4 - 16
source/Release.Tool

@@ -136,12 +136,8 @@ BUILDS
 	Bios32C {
 		INCLUDE "BIOS32C BIOS NATIVE I386 COOP"
 		COMPILER "Compiler.Compile"
-		COMPILEOPTIONS "--cooperative --traceModule=Trace"
-		TARGET "AMD"
-		EXTENSION "Gof"
-		SYMBOLEXTENSION "Sym"
-		PATH "AOS"
-		EXCLUDEPACKAGES "Applications GuiApplications Fun Testing Education Contributions Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
+		COMPILEOPTIONS "-p=Bios32 --cooperative --traceModule=Trace --preciseGC=no"
+		EXCLUDEPACKAGES "Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts TrueTypeFonts CjkFonts Pr3Fonts ScreenFonts Pr6Fonts"
 		DISABLED "FALSE"
 	}
 	Bios64 {
@@ -154,22 +150,14 @@ BUILDS
 	RpiC {
 		INCLUDE "RPIC NATIVE ARM COOP"
 		COMPILER "Compiler.Compile"
-		COMPILEOPTIONS "--cooperative --traceModule=Trace"
-		TARGET "ARM"
-		EXTENSION "Gof"
-		SYMBOLEXTENSION "Sym"
-		PATH "AOS"
+		COMPILEOPTIONS "-p=ARM --cooperative --traceModule=Trace --preciseGC=no"
 		EXCLUDEPACKAGES "System Drivers Compiler ApplicationsMini Applications GuiApplicationsMini GuiApplications Fun Testing Education Build EFI Contributions Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
 		DISABLED "FALSE"
 	}
 	ZynqC {
 		INCLUDE "ZYNQC NATIVE ARM COOP"
 		COMPILER "Compiler.Compile"
-		COMPILEOPTIONS "--cooperative --traceModule=Trace"
-		TARGET "ARM"
-		EXTENSION "Gof"
-		SYMBOLEXTENSION "Sym"
-		PATH "AOS"
+		COMPILEOPTIONS "-p=ARM --cooperative --traceModule=Trace --preciseGC=no"
 		EXCLUDEPACKAGES "System Drivers Compiler ApplicationsMini Applications GuiApplicationsMini GuiApplications Fun Testing Education Build EFI Contributions Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
 		DISABLED "FALSE"
 	}