From dd6a7354d0d035bfb60d9c261284bb6877c0f54e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 19 May 2018 18:27:31 +0300 Subject: Get rid of doc{version} and types for testscript and manifest in buildfiles --- hello/hello/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hello/hello/buildfile') diff --git a/hello/hello/buildfile b/hello/hello/buildfile index 4a510b0..c0e316b 100644 --- a/hello/hello/buildfile +++ b/hello/hello/buildfile @@ -1,5 +1,5 @@ import libs = libhello%lib{hello} -exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript} +exe{hello}: {hxx ixx txx cxx}{*} $libs testscript cxx.poptions =+ "-I$out_root" "-I$src_root" -- cgit v1.1