浏览代码

added a Builds.Tool that should be used to collect all kinds of builds for A2
started with Win32G and linux32G

git-svn-id: https://svn.inf.ethz.ch/svn/lecturers/a2/trunk@7385 8c9fc860-2736-0410-a75d-ab315db34111

felixf 7 年之前
父节点
当前提交
544cc866bc
共有 1 个文件被更改,包括 23 次插入0 次删除
  1. 23 0
      source/Builds.Tool

+ 23 - 0
source/Builds.Tool

@@ -0,0 +1,23 @@
+WIN32G -- 32-bit windows a2 using generic object files
+=================================
+
+	## Compile all files ##
+		Release.Build WinAosNewObjectFile ~
+	
+	## Link A2.exe (bootconsole for graphical OS) ##
+		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 ~		
+
+	## Command line shell including compiler (and linker) ##
+		StaticLinker.Link  --fileFormat=PE32CUI --fileName=oberon.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 WinTrace StdIO  Traps RelativeFileSystem SystemTools FSTools StdIOShell 
+		Shell StaticLinker Compiler FoxOberonFrontend FoxARMBackend FoxAMDBackend ~
+
+LINUX32G -- 32 bit linux a2 using generic object files
+================================
+
+	## X11 bootconsole ##
+		StaticLinker.Link -p=Linux32G Runtime Trace Glue Unix Machine Heaps Modules Objects Kernel KernelLog  Streams Commands Pipes StdIO TrapWriters Reflection Traps Files UnixFiles Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker   GenericLoader  BootConsole ~
+	
+	## Command line shell including compiler (and linker) ##
+	StaticLinker.Link -p=Linux32G Runtime Trace Glue Unix Machine Heaps Modules Objects Kernel KernelLog  Streams Commands Pipes StdIO TrapWriters Reflection Traps Files UnixFiles Clock Dates Reals Strings Diagnostics BitSets StringPool ObjectFile GenericLinker   GenericLoader  SystemTools StdIOShell 
+	Shell StaticLinker Compiler FoxOberonFrontend FoxARMBackend FoxAMDBackend
+