DEADSOFTWARE

update build scripts
[bbcp.git] / BlackBox / _FreeBSDLinuxOpenBSD_Interp / build
1 #!/bin/sh
3 ./run-dev0 <<DATA
4 ConsCompiler.Compile('Lin/Mod', 'Dl.txt')
5 ConsCompiler.Compile('Lin/Mod', 'Libc.txt')
6 ConsCompiler.Compile('Lin/Mod', 'LibW.txt')
7 ConsCompiler.Compile('Lin/Mod', 'Iconv.txt')
8 ConsCompiler.Compile('Lin/Mod', 'Termios.txt')
9 ConsCompiler.Compile('Lin/Mod', 'Ioctl.txt')
10 ConsCompiler.Compile('Lin/Mod', 'Net.txt')
12 # Linux only
13 ConsCompiler.Compile('Lin/Mod', 'Rt.txt')
15 DevCompiler.CompileSubs System Std Host Cons Text Form Dev Xhtml Comm Obx
17 ### Dev2
18 DevCompiler.CompileThis Dev2LnkBase Dev2LnkLoad Dev2LnkWritePe Dev2LnkWriteElf Dev2LnkWriteElfStatic Dev2Linker Dev2Linker1
19 DevCompiler.CompileThis Dev2LnkChmod
21 Dev2Linker1.LinkElfExe `uname -s` blackbox := Kernel$+ Files HostFiles StdLoader
23 DATA