summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-11-23 19:17:42 +0000
committerrandomdan <randomdan@localhost>2010-11-23 19:17:42 +0000
commitbde38980a1ccb7a0d889aef3f633541d14ff3782 (patch)
tree839a3c00a28a7d8458d6c7fa22f82b61d8bd67ca /Jamroot.jam
parentFix edge case when buffer is exactly the size of the column data (diff)
downloadlibdbpp-odbc-bde38980a1ccb7a0d889aef3f633541d14ff3782.tar.bz2
libdbpp-odbc-bde38980a1ccb7a0d889aef3f633541d14ff3782.tar.xz
libdbpp-odbc-bde38980a1ccb7a0d889aef3f633541d14ff3782.zip
Tidy up jam stuff
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index e69de29..1bf5f1c 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -0,0 +1,3 @@
+using gcc ;
+
+alias all : project2 netfs ;