diff options
-rw-r--r-- | build/bootstrap.build | 11 | ||||
-rw-r--r-- | buildfile | 4 | ||||
-rw-r--r-- | manifest | 4 |
3 files changed, 5 insertions, 14 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 790c316..4135f57 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -1,15 +1,6 @@ project = hello0 -using build@0.4.0 - -version = 1.0.0 -revision = 0 - -dist.package = $project-$version - -if ($revision != 0) - dist.package += +$revision - +using version using config using dist using test @@ -1,4 +1,4 @@ +./: exe{hello} doc{README} file{manifest} + exe{hello}: cxx{hello} exe{hello}: test.arguments = World - -./: exe{hello} doc{README} file{manifest} @@ -7,5 +7,5 @@ url: http://example.org/hello0 email: hello0@example.org build-email: builds@build2.org requires: c++11 -depends: * build2 >= 0.4.0 -depends: * bpkg >= 0.4.0 +depends: * build2 >= 0.5.0- +depends: * bpkg >= 0.5.0- |