aboutsummaryrefslogtreecommitdiff
path: root/congo
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-06-08 07:50:49 +0000
committerMike Buland <eichlan@xagasoft.com>2006-06-08 07:50:49 +0000
commit3d8c367fb6160486b63b19b5d156adfeac621b34 (patch)
treecb6b4fd5851571be9a9a4f94410a69aaee6310dc /congo
parent21d9613ac47b322316570b4b96b1906d479d49a2 (diff)
downloadbuild-3d8c367fb6160486b63b19b5d156adfeac621b34.tar.gz
build-3d8c367fb6160486b63b19b5d156adfeac621b34.tar.bz2
build-3d8c367fb6160486b63b19b5d156adfeac621b34.tar.xz
build-3d8c367fb6160486b63b19b5d156adfeac621b34.zip
Started design work...it's coming along
Diffstat (limited to '')
-rw-r--r--congo16
1 files changed, 16 insertions, 0 deletions
diff --git a/congo b/congo
new file mode 100644
index 0000000..336a196
--- /dev/null
+++ b/congo
@@ -0,0 +1,16 @@
1
2target( all )
3{
4 build( congo );
5 build( congod );
6}
7
8target( congo )
9{
10 type = executable;
11 linker = c++;
12
13 uses( src/congo );
14 uses( src/congod );
15}
16