Remove all the SCons files pending starting a new build system.

This commit is contained in:
Russel Winder
2009-07-28 14:47:00 +01:00
parent ba1cc0c6bc
commit d40c76de84
25 changed files with 0 additions and 1435 deletions

View File

@@ -1,10 +0,0 @@
# Inherit global environment
Import('env')
Import('config_symbols')
# The set of source files associated with this SConscript file.
src_local = ['kip.c', 'syscall.c', 'thread.c', 'ipc.c', 'space.c', 'mutex.c']
obj = env.Object(src_local)
Return('obj')