Browse Source

Renamed generic Windows-build to match its compiler platform

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7547 8c9fc860-2736-0410-a75d-ab315db34111
eth.negelef 7 years ago
parent
commit
1d31ecdb43

+ 1 - 1
source/Builds.Tool

@@ -7,7 +7,7 @@ WIN32G -- 32-bit windows a2 using generic object files
 =================================
 =================================
 
 
 	## Compile all files ##
 	## Compile all files ##
-		Release.Build WinAosNewObjectFile ~
+		Release.Build Win32G ~
 	
 	
 	## Link A2.exe (bootconsole for graphical OS) ##
 	## Link A2.exe (bootconsole for graphical OS) ##
 		StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H  
 		StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H  

+ 1 - 4
source/FoxIntermediateBackend.Mod

@@ -14716,10 +14716,7 @@ END FoxIntermediateBackend.
 
 
 Compiler.Compile -p=Win32G FoxIntermediateBackend.Mod ~
 Compiler.Compile -p=Win32G FoxIntermediateBackend.Mod ~
 
 
-#	Release.Build --path="/temp/obg/"  IinAosNewObjectFile ~
-#	StaticLinker.Link --fileFormat=PE32 --fileName=A2Z.exe --extension=GofW --displacement=401000H --path="/temp/obg/" Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog Streams Commands Files WinFS Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker Reflection  GenericLoader  BootConsole ~
-
-#	Release.Build --path="/temp/obg/" WinAosNewObjectFile ~
+#	Release.Build --path="/temp/obg/" Win32G ~
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2H.exe --extension=GofW --displacement=401000H  Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog Streams Commands Files WinFS Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker Reflection  GenericLoader  BootConsole ~
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2H.exe --extension=GofW --displacement=401000H  Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog Streams Commands Files WinFS Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker Reflection  GenericLoader  BootConsole ~
 FStols.CloseFiles A2Z.exe ~
 FStols.CloseFiles A2Z.exe ~
 
 

+ 1 - 1
source/Generic.Linux.I386.Glue.Mod

@@ -268,7 +268,7 @@ BEGIN
 END Test.
 END Test.
 
 
 
 
-#	Release.Build --path="../obg/"  WinAosNewObjectFile ~
+#	Release.Build --path="../obg/"  Win32G ~
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H --path="../obg/" 
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H --path="../obg/" 
 
 
 Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog 
 Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog 

+ 1 - 1
source/Linux.I386.ElfHeader.Mod

@@ -196,7 +196,7 @@ SystemTools.DoCommands
 
 
 	FSTools.CloseFiles simple_elf ~
 	FSTools.CloseFiles simple_elf ~
 
 
-#	Release.Build --path="../obg/"  WinAosNewObjectFile ~
+#	Release.Build --path="../obg/"  Win32G ~
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H --path="../obg/" 
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H --path="../obg/" 
 
 
 Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog 
 Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog 

+ 2 - 2
source/Release.Tool

@@ -47,7 +47,7 @@
 #	PELinker.Link  --path=../ObjE/ Win32.Aos.Link ~
 #	PELinker.Link  --path=../ObjE/ Win32.Aos.Link ~
 #
 #
 # WINAOS generic
 # WINAOS generic
-#	Release.Build WinAosNewObjectFile ~
+#	Release.Build Win32G ~
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H  Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog Streams Commands Files WinFS Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker Reflection  GenericLoader  BootConsole ~
 #	StaticLinker.Link --fileFormat=PE32 --fileName=A2.exe --extension=GofW --displacement=401000H  Runtime Trace Kernel32 Machine Heaps Modules Objects Kernel KernelLog Streams Commands Files WinFS Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker Reflection  GenericLoader  BootConsole ~
 #  Do not forget to add the object file path to the path and to add ObjectFileExtension= ".ObfW" to your .ini file in order to configure the loader.
 #  Do not forget to add the object file path to the path and to add ObjectFileExtension= ".ObfW" to your .ini file in order to configure the loader.
 # 	Command line shell:
 # 	Command line shell:
@@ -194,7 +194,7 @@ BUILDS
 		EXCLUDEPACKAGES "Applications GuiApplications Fun Testing Education Contributions Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
 		EXCLUDEPACKAGES "Applications GuiApplications Fun Testing Education Contributions Oberon OberonGadgets OberonApplications OberonDocumentation OberonVoyager OberonAnts"
 		DISABLED "FALSE"
 		DISABLED "FALSE"
 	}
 	}
-	WinAosNewObjectFile
+	Win32G
 	{
 	{
 		INCLUDE "WIN iWIN WINGEN WINGEN32 UNCOOP UNCOOP32"
 		INCLUDE "WIN iWIN WINGEN WINGEN32 UNCOOP UNCOOP32"
 		COMPILER "Compiler.Compile"
 		COMPILER "Compiler.Compile"

+ 1 - 1
source/WMMessages.Mod

@@ -590,4 +590,4 @@ BEGIN
 END WMMessages.
 END WMMessages.
 
 
 
 
-Release.Rebuild  --path="" WinAosNewObjectFile WMMessages.Mod ~
+Release.Rebuild  --path="" Win32G WMMessages.Mod ~