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,15 +0,0 @@
def configure(ctx):
pass
def build(bld):
sources = bld.path.ant_glob("**/*.cpp")
sources += bld.path.ant_glob("**/*.s")
bld.program(
source = sources,
name = 'nulldrv',
target = 'nulldrv',
)
# vim: ft=python et