浏览代码

Fixed missing prefix

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

+ 2 - 2
source/Release.Tool

@@ -103,7 +103,7 @@ END
 
 
 BUILDS
 BUILDS
 	Bios32 {
 	Bios32 {
-		INCLUDE "BIOS32 NATIVE I386 UNCOOP UNCOOP32"
+		INCLUDE "BIOS32 BIOS NATIVE I386 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 "BIOS32C NATIVE I386 COOP NATIVECOOP NATIVEI386COOP I386COOP"
+		INCLUDE "BIOS32C BIOS 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"