Removing old waf build scripts and vendored libcxx

This commit is contained in:
Justin C. Miller
2019-02-02 21:39:19 -08:00
parent bc01a37452
commit 38a1197d9e
206 changed files with 0 additions and 135907 deletions

View File

@@ -1,16 +0,0 @@
def configure(ctx):
pass
def build(bld):
sources = bld.path.ant_glob("**/*.cpp")
bld.stlib(
source = sources,
includes = 'include',
name = 'elf',
target = 'elf',
use = 'KUTIL',
)
# vim: ft=python et

View File

@@ -1,16 +0,0 @@
def configure(ctx):
pass
def build(bld):
sources = bld.path.ant_glob("**/*.cpp")
bld.stlib(
source = sources,
includes = 'include',
name = 'initrd',
target = 'initrd',
use = 'KUTIL',
)
# vim: ft=python et

View File

@@ -1,15 +0,0 @@
def configure(ctx):
pass
def build(bld):
sources = bld.path.ant_glob("**/*.cpp")
bld.stlib(
source = sources,
includes = 'include',
name = 'kutil',
target = 'kutil',
)
# vim: ft=python et