Browse Source

Unified build-specific prefixes

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@8021 8c9fc860-2736-0410-a75d-ab315db34111
negelef 7 years ago
parent
commit
2c21900d09
1 changed files with 4 additions and 4 deletions
  1. 4 4
      source/Release.Tool

+ 4 - 4
source/Release.Tool

@@ -103,7 +103,7 @@ END
 
 
 BUILDS
 BUILDS
 	Bios32 {
 	Bios32 {
-		INCLUDE "NATIVE I386 I386GEN UNCOOP UNCOOP32"
+		INCLUDE "BIOS32 NATIVE I386 I386GEN UNCOOP UNCOOP32"
 		COMPILER "Compiler.Compile"
 		COMPILER "Compiler.Compile"
 		COMPILEOPTIONS "--newObjectFile --mergeSections"
 		COMPILEOPTIONS "--newObjectFile --mergeSections"
 		TARGET "AMD"
 		TARGET "AMD"
@@ -114,7 +114,7 @@ BUILDS
 		DISABLED "FALSE"
 		DISABLED "FALSE"
 	}
 	}
 	Bios32C {
 	Bios32C {
-		INCLUDE "NATIVE I386 COOP NATIVECOOP NATIVEI386COOP I386COOP"
+		INCLUDE "BIOS32C NATIVE I386 COOP NATIVECOOP NATIVEI386COOP I386COOP"
 		COMPILER "Compiler.Compile"
 		COMPILER "Compiler.Compile"
 		COMPILEOPTIONS "--cooperative --newObjectFile --traceModule=Trace --mergeSections"
 		COMPILEOPTIONS "--cooperative --newObjectFile --traceModule=Trace --mergeSections"
 		TARGET "AMD"
 		TARGET "AMD"
@@ -125,7 +125,7 @@ BUILDS
 		DISABLED "FALSE"
 		DISABLED "FALSE"
 	}
 	}
 	RpiC {
 	RpiC {
-		INCLUDE "NATIVE ARM RPI COOP RPICOOP"
+		INCLUDE "RPI NATIVE ARM COOP RPICOOP"
 		COMPILER "Compiler.Compile"
 		COMPILER "Compiler.Compile"
 		COMPILEOPTIONS "--cooperative --newObjectFile --traceModule=Trace --mergeSections"
 		COMPILEOPTIONS "--cooperative --newObjectFile --traceModule=Trace --mergeSections"
 		TARGET "ARM"
 		TARGET "ARM"
@@ -136,7 +136,7 @@ BUILDS
 		DISABLED "FALSE"
 		DISABLED "FALSE"
 	}
 	}
 	ZynqC {
 	ZynqC {
-		INCLUDE "NATIVE ARM ZYNQ COOP ZYNQCOOP"
+		INCLUDE "ZYNQ NATIVE ARM COOP ZYNQCOOP"
 		COMPILER "Compiler.Compile"
 		COMPILER "Compiler.Compile"
 		COMPILEOPTIONS "--cooperative --newObjectFile --traceModule=Trace --mergeSections"
 		COMPILEOPTIONS "--cooperative --newObjectFile --traceModule=Trace --mergeSections"
 		TARGET "ARM"
 		TARGET "ARM"