diff options
author | randomdan <randomdan@localhost> | 2013-06-21 00:35:26 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2013-06-21 00:35:26 +0000 |
commit | 4cc26e7456966556e1acb813bd01e81f2e8b087a (patch) | |
tree | 37edb686a3cc59dd314d2a725552a25ced7c014a /project2/json/Jamfile.jam | |
parent | Split the plugable stuff into its own files/classes (diff) | |
download | project2-4cc26e7456966556e1acb813bd01e81f2e8b087a.tar.bz2 project2-4cc26e7456966556e1acb813bd01e81f2e8b087a.tar.xz project2-4cc26e7456966556e1acb813bd01e81f2e8b087a.zip |
Fix the gch usage quirk with a silly hack and a load of small changes
Diffstat (limited to 'project2/json/Jamfile.jam')
-rw-r--r-- | project2/json/Jamfile.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/json/Jamfile.jam b/project2/json/Jamfile.jam index e9ae7b5..7453a04 100644 --- a/project2/json/Jamfile.jam +++ b/project2/json/Jamfile.jam @@ -13,6 +13,7 @@ cpp-pch pch : pch.hpp : lib p2json : pch [ glob *.cpp ] : + <include>. <include>../libmisc <library>glibmm <library>../common//p2common |