All the Executor source as-is from the subversion tree it was last worked on.

This commit is contained in:
Clifford T. Matthews
2008-10-05 21:48:37 -06:00
commit 3183eb6ea0
2517 changed files with 441747 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
/ardi/executor/util/configure.sh '--host=i486-linux' '--target=i386-msdos' '--front-end=dos' '--cflags=-O2 -DNDEBUG -Wall -DRELEASE_DEMO' '--root=/ardi/executor' '--target-gcc=i386-msdos-go32-gcc' '--sound=djgpp'

View File

@@ -0,0 +1,3 @@
#!/bin/sh
/ardi/executor/util/configure.sh '--target=i486-linux' '--host=i486-linux' '--front-end=x' '--target-gcc=gcc -b i486-linuxaout' '--cflags=-O2 -g -DNDEBUG -Wall -DRELEASE_DEMO' '--root=/ardi/executor' '--target-file-format=a.out' '--sound=linux'

View File

@@ -0,0 +1,3 @@
#!/bin/sh
/ardi/executor/util/configure.sh '--target=i486-next-mach3' '--host=i486-next-mach3' '--front-end=nextstep' '--cflags=-O2 -DNDEBUG -Wall -Wno-import -DRELEASE_DEMO' '--root=/ardi/executor' '--sound=dummy'

View File

@@ -0,0 +1,3 @@
#!/bin/sh
/ardi/executor/util/configure.sh '--target=m68k-next-mach3' '--host=m68k-next-mach3' '--front-end=nextstep' '--cflags=-O2 -DNDEBUG -Wall -Wno-import -DRELEASE_DEMO' '--root=/ardi/executor' '--sound=dummy'

View File

@@ -0,0 +1,3 @@
#!/bin/sh
/ardi/executor/util/configure.sh '--target=i486-linux' '--host=i486-linux' '--front-end=svgalib' '--target-gcc=gcc -b i486-linuxaout' '--cflags=-O2 -g -DNDEBUG -Wall -DRELEASE_DEMO' '--root=/ardi/executor' '--target-file-format=a.out' '--sound=linux'

View File

@@ -0,0 +1,3 @@
#!/bin/sh
/ardi/executor/util/configure.sh '--target=i486-linux' '--host=i486-linux' '--front-end=svgalib' '--target-gcc=gcc' '--cflags=-O2 -g -DNDEBUG -Wall -DRELEASE_DEMO' '--root=/ardi/executor' '--target-file-format=elf' '--sound=linux'