diff options
author | randomdan <randomdan@localhost> | 2010-11-23 19:17:42 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2010-11-23 19:17:42 +0000 |
commit | bde38980a1ccb7a0d889aef3f633541d14ff3782 (patch) | |
tree | 839a3c00a28a7d8458d6c7fa22f82b61d8bd67ca | |
parent | Fix edge case when buffer is exactly the size of the column data (diff) | |
download | libdbpp-odbc-bde38980a1ccb7a0d889aef3f633541d14ff3782.tar.bz2 libdbpp-odbc-bde38980a1ccb7a0d889aef3f633541d14ff3782.tar.xz libdbpp-odbc-bde38980a1ccb7a0d889aef3f633541d14ff3782.zip |
Tidy up jam stuff
-rw-r--r-- | Jamroot.jam | 3 |
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 ; |