Move headers to include/ dir

This commit is contained in:
Nils O. Selåsdal
2012-11-14 23:49:28 +01:00
parent 0afea336ef
commit 1d47f9d078
25 changed files with 3 additions and 2335 deletions
-1
View File
@@ -4,7 +4,6 @@ Import('env', 'build_type', 'prefix', 'version_info', 'test_xml')
test_env = env.Clone()
test_env.Append(LIBPATH = ['#build/src']);
test_env.Append(CPPPATH = ['#src'])
test_env.Append(LIBS = ['ucore_' + build_type, 'check'])
system = platform.system()